Skip to content

Commit 36969aa

Browse files
committed
AS
1 parent 7d6c02f commit 36969aa

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

llvm/lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ bool SIOptimizeExecMaskingPreRA::run(MachineFunction &MF) {
370370
TRI = ST.getRegisterInfo();
371371
TII = ST.getInstrInfo();
372372
MRI = &MF.getRegInfo();
373-
// LIS = &getAnalysis<LiveIntervalsWrapperPass>().getLIS();
374373

375374
const bool Wave32 = ST.isWave32();
376375
AndOpc = Wave32 ? AMDGPU::S_AND_B32 : AMDGPU::S_AND_B64;

llvm/test/CodeGen/AMDGPU/optimize-exec-mask-pre-ra-non-empty-but-used-interval.mir

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# RUN: llc -mtriple=amdgcn -mcpu=gfx1100 -run-pass=si-optimize-exec-masking-pre-ra,greedy -verify-machineinstrs -o - %s
2-
# RUN: llc -mtriple=amdgcn -mcpu=gfx1100 -passes=si-optimize-exec-masking-pre-ra,greedy -verify-machineinstrs -o - %s
32

43
# This sample can trigger a "Non-empty but used interval" assert in regalloc if
54
# SIOptimizeExecMaskingPreRA does not update live intervals correctly.

0 commit comments

Comments
 (0)