[PATCH] D122084: [X86] combineAddOrSubToADCOrSBB - Fold ADD/SUB + (AND(SRL(X,Y),1) -> ADC/SBB+BT(X,Y)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 21 03:57:41 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG81569f5b6ef5: [X86] combineAddOrSubToADCOrSBB - Fold ADD/SUB + (AND(SRL(X,Y),1) -> ADC/SBB+BT… (authored by RKSimon).

Changed prior to commit:
  https://reviews.llvm.org/D122084?vs=416766&id=416883#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122084/new/

https://reviews.llvm.org/D122084

Files:
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/test/CodeGen/X86/add-sub-bool.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122084.416883.patch
Type: text/x-patch
Size: 16921 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220321/8a5014cb/attachment.bin>


More information about the llvm-commits mailing list