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) {
410
410
411
411
void X86PassConfig::addIRPasses () {
412
412
addPass (createAtomicExpandPass ());
413
- addPass (createX86LowerAMXTypePass ());
413
+ // addPass(createX86LowerAMXTypePass());
414
414
415
415
TargetPassConfig::addIRPasses ();
416
416
Original file line number Diff line number Diff line change 18
18
; CHECK-NEXT: Pre-ISel Intrinsic Lowering
19
19
; CHECK-NEXT: FunctionPass Manager
20
20
; CHECK-NEXT: Expand Atomic instructions
21
- ; CHECK -NEXT: Lower AMX type for load/store
21
+ ; C/HECK -NEXT: Lower AMX type for load/store
22
22
; CHECK-NEXT: Module Verifier
23
23
; CHECK-NEXT: Lower Garbage Collection Instructions
24
24
; CHECK-NEXT: Shadow Stack GC Lowering
Original file line number Diff line number Diff line change 24
24
; CHECK-NEXT: Pre-ISel Intrinsic Lowering
25
25
; CHECK-NEXT: FunctionPass Manager
26
26
; CHECK-NEXT: Expand Atomic instructions
27
- ; CHECK -NEXT: Lower AMX type for load/store
27
+ ; C/HECK -NEXT: Lower AMX type for load/store
28
28
; CHECK-NEXT: Module Verifier
29
29
; CHECK-NEXT: Dominator Tree Construction
30
30
; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
You can’t perform that action at this time.
0 commit comments