[all-commits] [llvm/llvm-project] 33b214: [X86] combineSub - fold SUB(X, ADC(Y, 0, W)) -> SBB(X...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Mar 24 11:00:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 33b214b711d35d98ddba224394817e28e30fbfe6
https://github.com/llvm/llvm-project/commit/33b214b711d35d98ddba224394817e28e30fbfe6
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-03-24 (Thu, 24 Mar 2022)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/add-sub-bool.ll
Log Message:
-----------
[X86] combineSub - fold SUB(X,ADC(Y,0,W)) -> SBB(X,Y,W)
More information about the All-commits
mailing list