[PATCH] D150436: Correct the sort logic in AsmMatcherEmmitter.cpp
Wang, Xin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 12 03:14:11 PDT 2023
XinWang10 created this revision.
Herald added subscribers: pengfei, hiraditya, kristof.beyls.
Herald added a project: All.
XinWang10 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
The logic from line 633 is specific for ARM, X86 will be affected by
this logic.
After change this, it exposed some errors.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D150436
Files:
llvm/lib/Target/X86/X86InstrArithmetic.td
llvm/lib/Target/X86/X86InstrControl.td
llvm/test/MC/Disassembler/X86/x86-64.txt
llvm/test/MC/X86/I86-64.s
llvm/test/MC/X86/pr22028.s
llvm/test/MC/X86/x86_64-encoding.s
llvm/utils/TableGen/AsmMatcherEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150436.521596.patch
Type: text/x-patch
Size: 6918 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230512/ce0ded14/attachment.bin>
More information about the llvm-commits
mailing list