Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/X86/CMakeLists.txt | ||
---|---|---|
21 | Looks like the rest of the table is sorted? |
llvm/lib/Target/X86/CMakeLists.txt | ||
---|---|---|
21 | Good question, the tables are sorted by enum of the instruction. I added a comment in https://github.com/llvm/llvm-project/blob/main/llvm/utils/TableGen/X86FoldTablesEmitter.cpp#L112 to explain this. |
Comment Actions
Per https://reviews.llvm.org/D38028#1324522, maybe @craig.topper should look at this too?
Looks like the rest of the table is sorted?