[PATCH] D14015: [mips][ias] Range check uimm2 operands and fix a bug this revealed.
Vasileios Kalintiris via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 26 09:10:04 PDT 2015
vkalintiris added inline comments.
================
Comment at: lib/Target/Mips/MipsInstrInfo.td:475
@@ +474,3 @@
+// Unsigned Operands
+foreach I = {2} in
+ def uimm # I : Operand<i32> {
----------------
vkalintiris wrote:
> Did you intend to use foreach over a single element list?
Never mind, I saw the review request you've marked as a dependency.
http://reviews.llvm.org/D14015
More information about the llvm-commits
mailing list