[PATCH] D89051: [FixIrreducible][NewPM] Port -fix-irreducible to NPM
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 8 09:00:49 PDT 2020
aeubanks created this revision.
aeubanks added reviewers: ychen, asbirlea, arsenm, sameerds.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
aeubanks requested review of this revision.
Herald added a subscriber: wdng.
In the NPM, a pass cannot depend on another non-analysis pass. So pin
the test that tests that -lowerswitch is run automatically to legacy PM.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D89051
Files:
llvm/include/llvm/Transforms/Utils/FixIrreducible.h
llvm/lib/Passes/PassBuilder.cpp
llvm/lib/Passes/PassRegistry.def
llvm/lib/Transforms/Utils/FixIrreducible.cpp
llvm/test/Transforms/FixIrreducible/basic.ll
llvm/test/Transforms/FixIrreducible/switch.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89051.296984.patch
Type: text/x-patch
Size: 4977 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201008/13b0308b/attachment.bin>
More information about the llvm-commits
mailing list