]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #107085 - tmiasko:custom-mir-operators, r=oli-obk
authorMatthias Krüger <matthias.krueger@famsik.de>
Thu, 26 Jan 2023 05:15:24 +0000 (06:15 +0100)
committerGitHub <noreply@github.com>
Thu, 26 Jan 2023 05:15:24 +0000 (06:15 +0100)
commitf3644ca64de6357a07a3901dd2dacbda247beec6
tree7b781bf0b8d2fd709e1b0d7b1bb39f50b810d37f
parentba928ba04116b70d81738a4f49c1b9b23aab7c88
parentd3cfe97a8a975511a631083d64aa6ae3ddf7470a
Rollup merge of #107085 - tmiasko:custom-mir-operators, r=oli-obk

Custom MIR: Support binary and unary operations

Lower binary and unary operations directly to corresponding unchecked MIR
operations. Ultimately this might not be syntax we want, but it allows for
experimentation in the meantime.

r? ````@oli-obk```` ````@JakobDegen````
compiler/rustc_mir_build/src/build/custom/parse/instruction.rs