[llvm] [Thumb] Resolve FIXME: Transform "(and (shl x, c2), c1)" into "(shl (and x, c1>>c2), c2)" (PR #82120)

Tim Northover via llvm-commits llvm-commits at lists.llvm.org
Thu May 23 03:01:44 PDT 2024


TNorthover wrote:

I think this one looks reasonable to me. Logic seems to check out and it looks for benefits before proceeding.

https://github.com/llvm/llvm-project/pull/82120


More information about the llvm-commits mailing list