File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ TargetPassConfig *X86TargetMachine::createPassConfig(PassManagerBase &PM) {
410410
411411void X86PassConfig::addIRPasses () {
412412 addPass (createAtomicExpandPass ());
413- // addPass(createX86LowerAMXTypePass());
413+ addPass (createX86LowerAMXTypePass ());
414414
415415 TargetPassConfig::addIRPasses ();
416416
Original file line number Diff line number Diff line change 1818; CHECK-NEXT: Pre-ISel Intrinsic Lowering
1919; CHECK-NEXT: FunctionPass Manager
2020; CHECK-NEXT: Expand Atomic instructions
21- ; C/HECK -NEXT: Lower AMX type for load/store
21+ ; CHECK -NEXT: Lower AMX type for load/store
2222; CHECK-NEXT: Module Verifier
2323; CHECK-NEXT: Lower Garbage Collection Instructions
2424; CHECK-NEXT: Shadow Stack GC Lowering
Original file line number Diff line number Diff line change 2424; CHECK-NEXT: Pre-ISel Intrinsic Lowering
2525; CHECK-NEXT: FunctionPass Manager
2626; CHECK-NEXT: Expand Atomic instructions
27- ; C/HECK -NEXT: Lower AMX type for load/store
27+ ; CHECK -NEXT: Lower AMX type for load/store
2828; CHECK-NEXT: Module Verifier
2929; CHECK-NEXT: Dominator Tree Construction
3030; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
You can’t perform that action at this time.
0 commit comments