Skip to content

Commit 1e18937

Browse files
committed
revise
1 parent dfa002e commit 1e18937

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Target/AMDGPU/AMDGPUVectorIdiom.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,6 @@ struct AMDGPUVectorIdiomImpl {
181181
AssumptionCache *AC) {
182182
LLVM_DEBUG(dbgs() << "[AMDGPUVectorIdiom] Considering memcpy(select-src): "
183183
<< MT << '\n');
184-
// Note: SelectInst has no volatility, but keep the check for consistency
185-
// with original logic; emit a debug message if it ever triggers.
186184
IRBuilder<> B(&MT);
187185
Value *Dst = MT.getRawDest();
188186
Value *A = Sel.getTrueValue();
@@ -425,7 +423,6 @@ AMDGPUVectorIdiomCombinePass::run(Function &F, FunctionAnalysisManager &FAM) {
425423
<< " - dstIsSelect=" << (isa<SelectInst>(DstV) ? "true" : "false")
426424
<< '\n';
427425

428-
// Detailed dumps
429426
dumpSelect("src", SrcV);
430427
dumpSelect("dst", DstV);
431428
});

0 commit comments

Comments
 (0)