[X86][mem-fold] Use x86-registered-target in the tablgen test, NFCI
authorShengchen Kan <shengchen.kan@intel.com>
Tue, 11 Apr 2023 06:06:04 +0000 (14:06 +0800)
committerShengchen Kan <shengchen.kan@intel.com>
Tue, 11 Apr 2023 06:07:20 +0000 (14:07 +0800)
llvm/test/TableGen/x86-fold-tables.test

index e7c882c..db9756f 100644 (file)
@@ -3,5 +3,5 @@
 //      fix the vulnerable rules in X86FoldTablesEmitter.cpp until the diff is reasonable
 //   2. cp <generated_file> x86-fold-tables.inc
 
-// REQUIRES: target=x86{{.*}}
+// REQUIRES: x86-registered-target
 // RUN: diff %p/x86-fold-tables.inc %llvm_lib_dir/Target/X86/X86GenFoldTables.inc