[PATCH] D113379: [AMDGPU] Test Commit. NFC

krishna chaitanya sankisa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 7 22:10:35 PST 2021


skc7 created this revision.
skc7 added a reviewer: hsmhsm.
Herald added subscribers: foad, kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl, arsenm.
skc7 requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

This is a test commit in amd gpu backend. No functional change,


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D113379

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


Index: llvm/lib/Target/AMDGPU/AMDGPU.td
===================================================================
--- llvm/lib/Target/AMDGPU/AMDGPU.td
+++ llvm/lib/Target/AMDGPU/AMDGPU.td
@@ -18,7 +18,6 @@
 def p5 : PtrValueType<i32, 5>;
 def p6 : PtrValueType<i32, 6>;
 
-
 class BoolToList<bit Value> {
   list<int> ret = !if(Value, [1]<int>, []<int>);
 }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113379.385400.patch
Type: text/x-patch
Size: 352 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211108/5ed1f466/attachment.bin>


More information about the llvm-commits mailing list