[Xtensa] Move XtensaUtils to MCTargetDesc
[llvm-project.git] / llvm / test / TableGen / x86-instr-mapping.td
blob62caec67bd4ef5a8ba4c431ee9ae83a378a30183
1 // Steps to fix this test if it fails:
2 //   1. Update X86ManualInstrMapping.def to manually correct the entries in fold tables, or
3 //      fix the vulnerable rules in X86InstrMappingEmitter.cpp until the diff is reasonable
4 //   2. cp <generated_file> x86-instr-mapping.inc
6 // RUN: llvm-tblgen -gen-x86-instr-mapping %p/../../lib/Target/X86/X86.td -I %p/../../lib/Target/X86 -I %p/../../include -o %t
7 // RUN: diff --strip-trailing-cr %p/x86-instr-mapping.inc %t