[llvm-branch-commits] [llvm] [LLVM][CodeGen] Improve CTSELECT fallback lowering and target support modeling (PR #179395)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Feb 3 02:44:05 PST 2026
================
@@ -436,8 +436,6 @@ struct SDNodeFlags {
FastMathFlags = NoNaNs | NoInfs | NoSignedZeros | AllowReciprocal |
AllowContract | ApproximateFuncs | AllowReassociation,
- // Flag for disabling optimization
- NoMerge = 1 << 15,
----------------
arsenm wrote:
Why was this removed
https://github.com/llvm/llvm-project/pull/179395
More information about the llvm-branch-commits
mailing list