1 // Steps to fix this test if it fails:
2 // 1. Update X86ManualFoldTables.def to manually correct the entries in fold tables, or
3 // fix the vulnerable rules in X86FoldTablesEmitter.cpp until the diff is reasonable
4 // 2. cp <generated_file> x86-fold-tables.inc
6 // RUN: llvm-tblgen -gen-x86-fold-tables -asmwriternum=1 %p/../../lib/Target/X86/X86.td -I %p/../../lib/Target/X86 -I %p/../../include -o %t
7 // RUN: diff %p/x86-fold-tables.inc %t