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 ced15cd commit 886d98eCopy full SHA for 886d98e
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::Aggressive)
+ TM->getOptLevel() != CodeGenOptLevel::None)
592
addPass(createSVEIntrinsicOptsPass());
593
594
// Cmpxchg instructions are often used with a subsequent comparison to
0 commit comments