[llvm] 24f406e - Relax newly added opcode alias check to check only for a number instead of a specific opcode.

Douglas Yung via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 2 12:19:14 PDT 2020


Author: Douglas Yung
Date: 2020-10-02T12:18:56-07:00
New Revision: 24f406e6d39bfd43eb1ce7fbee525256fa8adc4c

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

LOG: Relax newly added opcode alias check to check only for a number instead of a specific opcode.

Added: 
    

Modified: 
    llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir b/llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
index 63892e4f2ab1..8d51a246b359 100644
--- a/llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
+++ b/llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
@@ -606,11 +606,11 @@
 # DEBUG-NEXT: .. type index coverage check SKIPPED: user-defined predicate detected
 # DEBUG-NEXT: .. imm index coverage check SKIPPED: user-defined predicate detected
 # DEBUG-NEXT: G_MEMMOVE (opcode {{[0-9]+}}): 3 type indices, 1 imm index
-# DEBUG-NEXT: .. opcode {{[0-9]+}} is aliased to 208
+# DEBUG-NEXT: .. opcode {{[0-9]+}} is aliased to {{[0-9]+}}
 # DEBUG-NEXT: .. type index coverage check SKIPPED: user-defined predicate detected
 # DEBUG-NEXT: .. imm index coverage check SKIPPED: user-defined predicate detected
 # DEBUG-NEXT: G_MEMSET (opcode {{[0-9]+}}): 3 type indices, 1 imm index
-# DEBUG-NEXT: .. opcode {{[0-9]+}} is aliased to 208
+# DEBUG-NEXT: .. opcode {{[0-9]+}} is aliased to {{[0-9]+}}
 # DEBUG-NEXT: .. type index coverage check SKIPPED: user-defined predicate detected
 # DEBUG-NEXT: .. imm index coverage check SKIPPED: user-defined predicate detected
 


        


More information about the llvm-commits mailing list