[PATCH] D22398: MIRParser: Allow register class specification on operand

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 10 17:27:06 PST 2017


qcolombet accepted this revision.
qcolombet added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: test/CodeGen/MIR/X86/register-operand-class.mir:19
+    %rdx = COPY %1
+    %2 = COPY %ecx
+    %ecx = COPY %2 : gr32
----------------
Just a thought, shouldn't we make the class/bank on the definition mandatory?


Repository:
  rL LLVM

https://reviews.llvm.org/D22398





More information about the llvm-commits mailing list