[PATCH] D27984: [ARM] [RFC] Use AddDefaultCC/Pred where possible. NFC

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 10 03:18:00 PST 2017


rovka added a comment.

Hi,

Thanks to everyone for the suggestions.
Would something like this [1] do the trick? I haven't used a pair because from the MachineInstrBuilder's POV there's nothing special about pairs of MachineOperands. I also replaced all uses here [2] - I did this automatically with a custom tool, so I can easily change all uses again if people think it's still ugly.

[1] https://reviews.llvm.org/differential/diff/83787/
[2] https://reviews.llvm.org/differential/diff/83788/


https://reviews.llvm.org/D27984





More information about the llvm-commits mailing list