[llvm] [PowerPC] Add flag to DAG combiner to improve compile time. (PR #86884)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 28 10:37:47 PDT 2024
================
@@ -150,6 +150,11 @@ static cl::opt<bool> EnableVectorFCopySignExtendRound(
cl::desc(
"Enable merging extends and rounds into FCOPYSIGN on vector types"));
+static cl::opt<bool>
----------------
arsenm wrote:
I fear that fear of touching other targets results in an increasing set of single purpose knobs like this, the weight of which is quite high.
https://github.com/llvm/llvm-project/pull/86884
More information about the llvm-commits
mailing list