[PATCH] D68353: [AArch64] Remove overlapping definitions (NFC)

Evandro Menezes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 2 12:58:43 PDT 2019


evandro created this revision.
evandro added reviewers: pankajgode, joelkevinjones.
Herald added subscribers: llvm-commits, hiraditya, kristof.beyls.
Herald added a project: LLVM.

These definitions overlapped with others a few lines below.  Somehow, they didn't raise errors before.

      

There seem to be other overlapping definitions.  Somehow, they still don't raise errors.


https://reviews.llvm.org/D68353

Files:
  llvm/lib/Target/AArch64/AArch64SchedThunderX2T99.td


Index: llvm/lib/Target/AArch64/AArch64SchedThunderX2T99.td
===================================================================
--- llvm/lib/Target/AArch64/AArch64SchedThunderX2T99.td
+++ llvm/lib/Target/AArch64/AArch64SchedThunderX2T99.td
@@ -1517,25 +1517,6 @@
 // ASIMD move, FP immed
 def : InstRW<[THX2T99Write_5Cyc_F01], (instregex "^FMOVv")>;
 
-// ASIMD table lookup, D-form
-def : InstRW<[THX2T99Write_7Cyc_F01], (instregex "^TB[LX]v8i8One")>;
-def : InstRW<[THX2T99Write_7Cyc_F01], (instregex "^TB[LX]v8i8Two")>;
-def : InstRW<[THX2T99Write_7Cyc_F01], (instregex "^TB[LX]v8i8Three")>;
-def : InstRW<[THX2T99Write_7Cyc_F01], (instregex "^TB[LX]v8i8Four")>;
-
-// ASIMD table lookup, Q-form
-def : InstRW<[THX2T99Write_7Cyc_F01], (instregex "^TB[LX]v16i8One")>;
-def : InstRW<[THX2T99Write_7Cyc_F01], (instregex "^TB[LX]v16i8Two")>;
-def : InstRW<[THX2T99Write_7Cyc_F01], (instregex "^TB[LX]v16i8Three")>;
-def : InstRW<[THX2T99Write_7Cyc_F01], (instregex "^TB[LX]v16i8Four")>;
-
-// ASIMD transpose
-def : InstRW<[THX2T99Write_5Cyc_F01], (instregex "^TRN1", "^TRN2")>;
-
-// ASIMD unzip/zip
-def : InstRW<[THX2T99Write_5Cyc_F01],
-            (instregex "^UZP1", "^UZP2", "^ZIP1", "^ZIP2")>;
-
 // ASIMD reciprocal estimate, D-form
 // ASIMD reciprocal estimate, Q-form
 def : InstRW<[THX2T99Write_5Cyc_F01],
@@ -1571,7 +1552,7 @@
 
 // ASIMD unzip/zip
 def : InstRW<[THX2T99Write_5Cyc_F01], (instregex "^ZIP1v", "^ZIP2v")>;
-
+ 
 //--
 // 3.15 ASIMD Load Instructions
 //--


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68353.222894.patch
Type: text/x-patch
Size: 1483 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191002/5dc98799/attachment.bin>


More information about the llvm-commits mailing list