[PATCH] D18279: MIRParser: Add %subreg.xxx syntax for subregister index operands

Quentin Colombet via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 18 17:10:28 PDT 2016


qcolombet added a comment.

Agreed, you did the right thing :).

For now, we didn’t have further options. I was more thinking like when we will merge the MachineInstr dumps and MIR. One of my goal is to have the MIR input to be as user-friendly as possible, even if in that case that means that the parser needs to be aware that the third operand of INSERT_SUBREG is a subreg.


Repository:
  rL LLVM

http://reviews.llvm.org/D18279





More information about the llvm-commits mailing list