[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
Tue Mar 22 03:50:36 PDT 2022


RKSimon added a comment.

In D122084#3398800 <https://reviews.llvm.org/D122084#3398800>, @RKSimon wrote:

> @gulfem The original patch that I think caused this was reverted and an updated version committed with better type legalization - please can you confirm that fixes the build issues you saw?

Looking at https://ci.chromium.org/p/fuchsia/builders/prod/clang-linux-x64 - its looks like the reapplied patch succeeded


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122084



More information about the llvm-commits mailing list