bolt/deps/llvm-18.1.8/llvm/test/TableGen/x86-fold-tables.td

8 lines
448 B
TableGen
Raw Normal View History

2025-02-14 19:21:04 +01:00
// Steps to fix this test if it fails:
// 1. Update X86ManualFoldTables.def to manually correct the entries in fold tables, or
// fix the vulnerable rules in X86FoldTablesEmitter.cpp until the diff is reasonable
// 2. cp <generated_file> x86-fold-tables.inc
// 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
// RUN: diff %p/x86-fold-tables.inc %t