Skip to content

Commit ef4abb9

Browse files
committed
[AMDGPU] Removed def in intrinsic(not related to this clang builtin patch)
1 parent 2ceded1 commit ef4abb9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/llvm/IR/IntrinsicsAMDGPU.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,6 @@ class AMDGPUDimProps<bits<3> enc, string name, string asmsuffix,
967967
bits<8> NumGradients = !size(GradientArgs);
968968
}
969969

970-
def AMDGPUImageDescRsrcTy : LLVMType<v8i32>;
971970
def AMDGPUDim1D : AMDGPUDimProps<0x0, "1d", "1D", ["s"], []>;
972971
def AMDGPUDim2D : AMDGPUDimProps<0x1, "2d", "2D", ["s", "t"], []>;
973972
def AMDGPUDim3D : AMDGPUDimProps<0x2, "3d", "3D", ["s", "t", "r"], []>;

0 commit comments

Comments
 (0)