[all-commits] [llvm/llvm-project] 2ef8ae: [X86] Remove patterns for ADC/SBB with immediate 8...
KanRobert via All-commits
all-commits at lists.llvm.org
Thu May 18 19:34:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2ef8ae134828876ab3ebda4a81bb2df7b095d030
https://github.com/llvm/llvm-project/commit/2ef8ae134828876ab3ebda4a81bb2df7b095d030
Author: Shengchen Kan <shengchen.kan at intel.com>
Date: 2023-05-19 (Fri, 19 May 2023)
Changed paths:
M llvm/lib/Target/X86/MCTargetDesc/X86EncodingOptimization.cpp
M llvm/lib/Target/X86/MCTargetDesc/X86EncodingOptimization.h
M llvm/lib/Target/X86/X86InstrArithmetic.td
M llvm/lib/Target/X86/X86InstrInfo.cpp
M llvm/lib/Target/X86/X86MCInstLower.cpp
Log Message:
-----------
[X86] Remove patterns for ADC/SBB with immediate 8 and optimize during MC lowering, NFCI
This is follow-up of D150107.
More information about the All-commits
mailing list