[llvm] [X86] SimplifyDemandedBitsForTargetNode - add handling for VPMADD52L/VPMADD52H (PR #155494)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 27 04:00:08 PDT 2025
XChy wrote:
> Building on this - please can you handle the vpmadd52(x,0,y) -> y fold in SimplifyDemandedBitsForTargetNode? If the lower 52bits of either multiplicand are known zero.
Sure, I will work on it after merging the knownbits patch.
https://github.com/llvm/llvm-project/pull/155494
More information about the llvm-commits
mailing list