[PATCH] D129999: [TableGen] Mark incomplete MachineInstr as not compressible
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 2 11:40:05 PDT 2022
craig.topper added a comment.
Can you update the title to say make "Mark MachineInstr with FrameIndex as not compressible". The phrase "incomplete MachineInstr" is not very clear. I would interpret it as a MachineInstr with less operands than it's supposed to have. A MachineInstr with a FrameIndex is a completely valid MachineInstr so I wouldn't call it incomplete.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129999/new/
https://reviews.llvm.org/D129999
More information about the llvm-commits
mailing list