[all-commits] [llvm/llvm-project] 920c2e: [X86][NFC] Rename target feature hasCMov->hasCMOV
KanRobert via All-commits
all-commits at lists.llvm.org
Thu Mar 17 23:06:19 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 920c2e576377281e52adba3e3244fb8a930d3841
https://github.com/llvm/llvm-project/commit/920c2e576377281e52adba3e3244fb8a930d3841
Author: Shengchen Kan <shengchen.kan at intel.com>
Date: 2022-03-18 (Fri, 18 Mar 2022)
Changed paths:
M llvm/lib/Target/X86/X86FastISel.cpp
M llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86InstrCMovSetCC.td
M llvm/lib/Target/X86/X86InstrCompiler.td
M llvm/lib/Target/X86/X86InstrFPStack.td
M llvm/lib/Target/X86/X86InstrInfo.cpp
M llvm/lib/Target/X86/X86InstrInfo.td
M llvm/lib/Target/X86/X86Subtarget.cpp
M llvm/lib/Target/X86/X86Subtarget.h
Log Message:
-----------
[X86][NFC] Rename target feature hasCMov->hasCMOV
This is a follow-up patch for D121975.
More information about the All-commits
mailing list