[llvm] [DAG] Fold (sext (sext_inreg x)) -> (sext (trunc x)) if the trunc is free (PR #77616)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 10 19:43:09 PST 2024


https://github.com/arsenm approved this pull request.

slightly surprised this didn't fire in any amdgpu tests 

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


More information about the llvm-commits mailing list