[llvm] [DAG] getNode - fold (sext (trunc x)) -> x iff the upper bits are already signbits (PR #151945)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 4 06:18:55 PDT 2025


https://github.com/arsenm commented:

Isn't this already done as a combine? Why does getNode need to do it? 

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


More information about the llvm-commits mailing list