Skip to content

Commit 35fd767

Browse files
author
git apple-llvm automerger
committed
Merge commit '7e1a91386e25' from apple/main into swift/next
2 parents 6d110e3 + 7e1a913 commit 35fd767

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/tools/opt/opt.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,8 @@ static bool shouldPinPassToLegacyPM(StringRef Pass) {
485485
"expand-reductions",
486486
"indirectbr-expand",
487487
"generic-to-nvvm",
488-
"expandmemcmp"};
488+
"expandmemcmp",
489+
"loop-reduce"};
489490
for (const auto &P : PassNamePrefix)
490491
if (Pass.startswith(P))
491492
return true;

0 commit comments

Comments
 (0)