[llvm] [AArch64] AArch64TargetLowering::computeKnownBitsForTargetNode - add support for AArch64ISD::MOV/MVN constants (PR #154039)

David Green via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 26 14:26:56 PDT 2025


davemgreen wrote:

Oh - we probably need to mask the shift amount to make sure we don't shift by more than the bitwidth. Using getShiftValue(Op1) maybe.

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


More information about the llvm-commits mailing list