Skip to content

Commit 388b593

Browse files
address review
1 parent 920ffc4 commit 388b593

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

llvm/lib/Target/AMDGPU/AMDGPUUniformIntrinsicCombine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,4 +227,4 @@ INITIALIZE_PASS_END(AMDGPUUniformIntrinsicCombineLegacy, DEBUG_TYPE,
227227

228228
ModulePass *llvm::createAMDGPUUniformIntrinsicCombineLegacyPass() {
229229
return new AMDGPUUniformIntrinsicCombineLegacy();
230-
}
230+
}

llvm/test/CodeGen/AMDGPU/amdgpu-miscellaneous-uniform-intrinsic.ll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2-
; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1100 -verify-machineinstrs -o - %s | FileCheck %s
3-
2+
; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1100 -o - %s | FileCheck %s
43
define amdgpu_kernel void @readfirstlane_with_readfirstlane(ptr addrspace(1) %out) {
54
; CHECK-LABEL: readfirstlane_with_readfirstlane:
65
; CHECK: ; %bb.0:

0 commit comments

Comments
 (0)