[PATCH] D76640: [GlobalISel] Combine (x - 0) -> x
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 23 15:48:55 PDT 2020
aemerson removed a reviewer: aemerson.
aemerson added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h:222
+ /// \p C.
+ bool matchConstantOp(const MachineOperand &MOP, int64_t C);
+
----------------
arsenm wrote:
> The people on your twitter poll are insane and MO is the clearly dominant abbreviation
Yes, this is terrible. And for that reason, I'm out.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76640/new/
https://reviews.llvm.org/D76640
More information about the llvm-commits
mailing list