[PATCH] D39261: [GlobalISel|ARM] : Allow legalizing G_FSUB
Diana Picus via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 30 05:00:16 PDT 2017
rovka accepted this revision.
rovka added a comment.
This revision is now accepted and ready to land.
LGTM, thanks!
================
Comment at: test/CodeGen/ARM/GlobalISel/arm-instruction-select.mir:346
+ - { id: 2, class: fprb }
+# CHECK: id: 0, class: spr
+# CHECK: id: 1, class: spr
----------------
Nit: These checks are redundant now, since the ones below also check the register classes on each def. You can remove them.
https://reviews.llvm.org/D39261
More information about the llvm-commits
mailing list