[llvm] [DAGCombiner] Be more careful about looking through extends and trunc… (PR #91375)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue May 7 11:33:26 PDT 2024


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

It probably isn't helpful to look through multiple levels of extends. They would most likely have combined away anyway. Maybe this should be using ByteProvider? 

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


More information about the llvm-commits mailing list