[PATCH] D26677: [ARM] GlobalISel: Select add i32, i32

Diana Picus via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 15 08:48:59 PST 2016


rovka added inline comments.


================
Comment at: lib/CodeGen/GlobalISel/InstructionSelector.cpp:46
 
+    // Predicate operands and optional defs don't need to be constrained.
+    MCOperandInfo OpInfo = I.getDesc().OpInfo[OpI];
----------------
I'm not 100% sure that this is true in the general case. Thoughts?


https://reviews.llvm.org/D26677





More information about the llvm-commits mailing list