[PATCH] D120192: [DAG] Attempt to fold bswap(shl(x,c)) -> zext(bswap(trunc(shl(x,c-bw/2))))

Nathan Chancellor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 28 08:01:56 PST 2022


nathanchance added a comment.

In D120192#3348461 <https://reviews.llvm.org/D120192#3348461>, @RKSimon wrote:

> @nathanchance Please can you confirm if rGfadd20f80d69 <https://reviews.llvm.org/rGfadd20f80d6968a5a8623e0d1f804337ce084dcb> fixes your build?

Yes, from my preliminary tests, everything appears okay with that fix! Thank you for the quick turnaround.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120192



More information about the llvm-commits mailing list