[all-commits] [llvm/llvm-project] 51e605: [X86] Simplify function isDataInvariant by using X...
KanRobert via All-commits
all-commits at lists.llvm.org
Sun Mar 20 03:39:12 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 51e6059c1277dd3a9bad8a227e3eeddec9a433e5
https://github.com/llvm/llvm-project/commit/51e6059c1277dd3a9bad8a227e3eeddec9a433e5
Author: Shengchen Kan <shengchen.kan at intel.com>
Date: 2022-03-20 (Sun, 20 Mar 2022)
Changed paths:
M llvm/lib/Target/X86/X86InstrInfo.cpp
Log Message:
-----------
[X86] Simplify function isDataInvariant by using X86MnemonicTables
This is not a NFC change b/c we add more instructions like
IMUL16/32/64r, MOV16ao16 and MOV16rr_REV etc to the list.
But I think it's reasonable.
Reviewed By: Amir
Differential Revision: https://reviews.llvm.org/D122063
More information about the All-commits
mailing list