[llvm] [DAGCombiner] Add some very basic folds for ADDRSPACECAST (PR #127733)
Alex MacLean via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 27 16:02:45 PST 2025
AlexMaclean wrote:
Okay, based on both of these discussions, I've reached the conclusion that addrspacecast is not well defined enough to safely do these transformations across all targets. I've opened https://github.com/llvm/llvm-project/pull/129157 for NVPTX.
https://github.com/llvm/llvm-project/pull/127733
More information about the llvm-commits
mailing list