[llvm-branch-commits] [llvm] [LLVM][CodeGen] Improve CTSELECT fallback lowering and target support modeling (PR #179395)
Akshay K via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Feb 3 05:46:36 PST 2026
================
@@ -436,8 +436,6 @@ struct SDNodeFlags {
FastMathFlags = NoNaNs | NoInfs | NoSignedZeros | AllowReciprocal |
AllowContract | ApproximateFuncs | AllowReassociation,
- // Flag for disabling optimization
- NoMerge = 1 << 15,
----------------
kumarak wrote:
The PR changes address issues in the ongoing PR that introduces the `NoMerge` flag at the DAG level.
https://github.com/llvm/llvm-project/pull/179395
More information about the llvm-branch-commits
mailing list