================
@@ -899,6 +899,8 @@ static void printMI(raw_ostream &OS, MFPrintState &State,
OS << "samesign ";
if (MI.getFlag(MachineInstr::InBounds))
OS << "inbounds ";
+ if (MI.getFlag(MachineInstr::LRSplit))
+ OS << "lr-split ";
// NOTE: Please add new MIFlags also to the MI_FLAGS_STR in
// llvm/utils/update_mir_test_checks.py.
----------------
qcolombet wrote:
Done
https://github.com/llvm/llvm-project/pull/197362
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits