[PATCH] D44304: [MIPS GlobalISel] Select add i32, i32
Petar Jovanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 12 02:55:39 PDT 2018
petarj added inline comments.
================
Comment at: test/CodeGen/Mips/GlobalISel/instruction-select/add.mir:14-17
+registers:
+ - { id: 0, class: gprb }
+ - { id: 1, class: gprb }
+ - { id: 2, class: gprb }
----------------
dsanders wrote:
> ... which reminds me. You can probably delete this 'registers' section too so long as the constraints are defined inline in the body which they appear to be
I have deleted it in r329888. Thanks.
Repository:
rL LLVM
https://reviews.llvm.org/D44304
More information about the llvm-commits
mailing list