[llvm] 6a91b70 - [NFC][TableGen] Update CHECK lines in test typeof-errors.td

Mirko Brkusanin via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 9 04:10:40 PST 2023


Author: Mirko Brkusanin
Date: 2023-11-09T13:05:17+01:00
New Revision: 6a91b7051df7e108c8ffd79c084859f90559962d

URL: https://github.com/llvm/llvm-project/commit/6a91b7051df7e108c8ffd79c084859f90559962d
DIFF: https://github.com/llvm/llvm-project/commit/6a91b7051df7e108c8ffd79c084859f90559962d.diff

LOG: [NFC][TableGen] Update CHECK lines in test typeof-errors.td

Added: 
    

Modified: 
    llvm/test/TableGen/GlobalISelCombinerEmitter/typeof-errors.td

Removed: 
    


################################################################################
diff  --git a/llvm/test/TableGen/GlobalISelCombinerEmitter/typeof-errors.td b/llvm/test/TableGen/GlobalISelCombinerEmitter/typeof-errors.td
index 4e182d555db3362..ee7b8f5f3a39cb8 100644
--- a/llvm/test/TableGen/GlobalISelCombinerEmitter/typeof-errors.td
+++ b/llvm/test/TableGen/GlobalISelCombinerEmitter/typeof-errors.td
@@ -8,7 +8,7 @@ include "llvm/Target/GlobalISel/Combine.td"
 def MyTargetISA : InstrInfo;
 def MyTarget : Target { let InstructionSet = MyTargetISA; }
 
-// CHECK: :[[@LINE+2]]:{{[0-9]+}}: error: cannot parse immediate '(anonymous_7029 0)': invalid operand name format 'unknown' in GITypeOf: expected '$' followed by an operand name
+// CHECK: :[[@LINE+2]]:{{[0-9]+}}: error: cannot parse immediate '(anonymous_{{[0-9]+}} 0)': invalid operand name format 'unknown' in GITypeOf: expected '$' followed by an operand name
 // CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: Failed to parse pattern: '(G_ANYEXT ?:$dst, (anonymous_
 def NoDollarSign : GICombineRule<
   (defs root:$dst),


        


More information about the llvm-commits mailing list