[llvm] a0633f5 - [AMDGPU] Test Commit. NFC

via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 7 23:35:35 PST 2021


Author: skc7
Date: 2021-11-08T07:09:09Z
New Revision: a0633f5ccb04e4b1613eeb23af10ad729dace2b5

URL: https://github.com/llvm/llvm-project/commit/a0633f5ccb04e4b1613eeb23af10ad729dace2b5
DIFF: https://github.com/llvm/llvm-project/commit/a0633f5ccb04e4b1613eeb23af10ad729dace2b5.diff

LOG: [AMDGPU] Test Commit. NFC

Reviewed By: hsmhsm

Differential Revision: https://reviews.llvm.org/D113379

Added: 
    

Modified: 
    llvm/lib/Target/AMDGPU/AMDGPU.td

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/AMDGPU/AMDGPU.td b/llvm/lib/Target/AMDGPU/AMDGPU.td
index c962c2150b5f4..3242fea4edda1 100644
--- a/llvm/lib/Target/AMDGPU/AMDGPU.td
+++ b/llvm/lib/Target/AMDGPU/AMDGPU.td
@@ -18,7 +18,6 @@ def p4 : PtrValueType<i64, 4>;
 def p5 : PtrValueType<i32, 5>;
 def p6 : PtrValueType<i32, 6>;
 
-
 class BoolToList<bit Value> {
   list<int> ret = !if(Value, [1]<int>, []<int>);
 }


        


More information about the llvm-commits mailing list