mirror of
https://github.com/intel/llvm.git
synced 2026-02-08 00:50:03 +08:00
Revert 29fada4a3d
Seeing a test failure with asan in Halide generated code, reverting while I investigate. Differential Revision: https://reviews.llvm.org/D121987
This commit is contained in:
@@ -598,7 +598,10 @@ public:
|
||||
const TargetTransformInfo &TTI, DominatorTree &DT,
|
||||
AssumptionCache &AC, MemorySSA *MSSA)
|
||||
: TLI(TLI), TTI(TTI), DT(DT), AC(AC), SQ(DL, &TLI, &DT, &AC), MSSA(MSSA),
|
||||
MSSAUpdater(std::make_unique<MemorySSAUpdater>(MSSA)) {}
|
||||
MSSAUpdater(std::make_unique<MemorySSAUpdater>(MSSA)) {
|
||||
if (MSSA)
|
||||
MSSA->ensureOptimizedUses();
|
||||
}
|
||||
|
||||
bool run();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user