[PATCH] D53318: AMDGPU: Remove dead TableGen code
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 17 05:16:48 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL344691: AMDGPU: Remove dead TableGen code (authored by nha, committed by ).
Repository:
rL LLVM
https://reviews.llvm.org/D53318
Files:
llvm/trunk/lib/Target/AMDGPU/BUFInstructions.td
Index: llvm/trunk/lib/Target/AMDGPU/BUFInstructions.td
===================================================================
--- llvm/trunk/lib/Target/AMDGPU/BUFInstructions.td
+++ llvm/trunk/lib/Target/AMDGPU/BUFInstructions.td
@@ -17,8 +17,6 @@
def MUBUFOffset : ComplexPattern<i64, 6, "SelectMUBUFOffset">;
def MUBUFOffsetNoGLC : ComplexPattern<i64, 3, "SelectMUBUFOffset">;
def MUBUFOffsetAtomic : ComplexPattern<i64, 4, "SelectMUBUFOffset">;
-def MUBUFIntrinsicOffset : ComplexPattern<i32, 2, "SelectMUBUFIntrinsicOffset">;
-def MUBUFIntrinsicVOffset : ComplexPattern<i32, 3, "SelectMUBUFIntrinsicVOffset">;
class MubufLoad <SDPatternOperator op> : PatFrag <
(ops node:$ptr), (op node:$ptr), [{
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53318.169994.patch
Type: text/x-patch
Size: 707 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181017/f99d22da/attachment.bin>
More information about the llvm-commits
mailing list