We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 886d98e commit 1b3fc75Copy full SHA for 1b3fc75
llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
@@ -588,7 +588,7 @@ void AArch64PassConfig::addIRPasses() {
588
589
// Expand any SVE vector library calls that we can't code generate directly.
590
if (EnableSVEIntrinsicOpts &&
591
- TM->getOptLevel() != CodeGenOptLevel::None)
+ TM->getOptLevel() == CodeGenOptLevel::Aggressive)
592
addPass(createSVEIntrinsicOptsPass());
593
594
// Cmpxchg instructions are often used with a subsequent comparison to
0 commit comments