forked from OSchip/llvm-project
[NewPM] Add SimpleLoopUnswitchPass to PassRegistry.def
Summary: Seems to just be missing from PassRegistry.def. Makes the number of check-llvm failures under new PM go from 2619 to 2581. Reviewers: hans, ychen, asbirlea, leonardchan Subscribers: hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D82422
This commit is contained in:
parent
fcf0741262
commit
b5979a383a
|
@ -342,6 +342,7 @@ LOOP_PASS("print<loopnest>", LoopNestPrinterPass(dbgs()))
|
|||
LOOP_PASS("print<loop-cache-cost>", LoopCachePrinterPass(dbgs()))
|
||||
LOOP_PASS("loop-predication", LoopPredicationPass())
|
||||
LOOP_PASS("guard-widening", GuardWideningPass())
|
||||
LOOP_PASS("simple-loop-unswitch", SimpleLoopUnswitchPass())
|
||||
#undef LOOP_PASS
|
||||
|
||||
#ifndef LOOP_PASS_WITH_PARAMS
|
||||
|
|
Loading…
Reference in New Issue