================
@@ -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
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits