[all-commits] [llvm/llvm-project] 7cd326: [X86][TableGen] Fix the mnemonic table for CMPCCXADD
Shengchen Kan via All-commits
all-commits at lists.llvm.org
Mon Mar 4 20:31:44 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7cd32688042988d2d02f791dd106286a67041b63
https://github.com/llvm/llvm-project/commit/7cd32688042988d2d02f791dd106286a67041b63
Author: Shengchen Kan <shengchen.kan at intel.com>
Date: 2024-03-05 (Tue, 05 Mar 2024)
Changed paths:
M llvm/lib/Target/X86/MCTargetDesc/X86InstPrinterCommon.cpp
M llvm/utils/TableGen/X86RecognizableInstr.cpp
Log Message:
-----------
[X86][TableGen] Fix the mnemonic table for CMPCCXADD
The mnemonic of CMPCCXADD is `cmp${cond}xadd` and the condition code
is in the middle of mnemonic. When generating the function name for
CMPCCXADD, the substring `xadd` should be kept.
Before this patch, the name is `isCMPCC`. After this patch, the name
is `isCMPCCXADD`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list