[PATCH] D113379: [AMDGPU] Test Commit. NFC
krishna chaitanya sankisa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 7 23:35:34 PST 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGa0633f5ccb04: [AMDGPU] Test Commit. NFC (authored by skc7).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113379/new/
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.385403.patch
Type: text/x-patch
Size: 352 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211108/c903822d/attachment.bin>
More information about the llvm-commits
mailing list