[all-commits] [llvm/llvm-project] b61b24: [DAG] getNode() - remove oneuse limit from (zext (...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Sep 22 03:02:02 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b61b2426aca50c05c1aec108b7319dce947b1e84
https://github.com/llvm/llvm-project/commit/b61b2426aca50c05c1aec108b7319dce947b1e84
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-09-22 (Fri, 22 Sep 2023)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/Target/X86/X86ISelLoweringCall.cpp
M llvm/test/CodeGen/AArch64/setcc_knownbits.ll
M llvm/test/CodeGen/RISCV/rvv/fold-vp-fadd-and-vp-fmul.ll
Log Message:
-----------
[DAG] getNode() - remove oneuse limit from (zext (trunc (assertzext x))) -> (assertzext x) fold (REAPPLIED)
Noticed on D159533 and I've finally dealt with the x86 regressions - MatchingStackOffset wasn't peeking through AssertZext nodes while trying to find CopyFromReg/Load sources, it was only removing them if they were part of a (trunc (assertzext x)) pattern.
Reapplied after being reverted at 4389252c58b783ce5b - which should be addressed by D159537 / 6d2679992e58b
More information about the All-commits
mailing list