[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 05:21:07 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:

These flags aren't really intended for end users, and are difficult to discover. Is there a threshold or something you can add instead?

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


More information about the llvm-commits mailing list