[llvm] [SelectionDAG] Add preliminary plumbing for `samesign` flag (PR #112354)

Thorsten Schütt via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 31 11:26:25 PDT 2024


================
@@ -1267,7 +1267,7 @@ class MachineIRBuilder {
   /// \return a MachineInstrBuilder for the newly created instruction.
   MachineInstrBuilder buildICmp(CmpInst::Predicate Pred, const DstOp &Res,
                                 const SrcOp &Op0, const SrcOp &Op1,
-                                std::optional<unsigned> Flgs = std::nullopt);
----------------
tschuett wrote:

That was probably me. I vote for fix.

https://github.com/llvm/llvm-project/pull/112354


More information about the llvm-commits mailing list