[PATCH] D118118: [SDAG] Preserve unpredictable metadata, teach X86CmovConversion to respect this metadata

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 6 11:49:33 PST 2022


RKSimon added a comment.

@xbolva00 Are you still working on this atm or are you waiting to see what happens with https://discourse.llvm.org/t/rfc-cmov-vs-branch-optimization/59628 ?



================
Comment at: llvm/include/llvm/CodeGen/MachineInstr.h:113
                                         // this instruction.
+    Unpredictable    = 1 << 16,         // Instruction is unpredictable.
   };
----------------
I don't suppose there's any existing MIFlag bits that we can get rid of?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118118/new/

https://reviews.llvm.org/D118118



More information about the llvm-commits mailing list