[PATCH] D43781: Make AddrSpaceCast noops on PPC
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 26 17:53:53 PST 2018
nemanjai added a comment.
This seems like a perfectly reasonable thing to do. However, I'd like to understand the implications of this change - does anything change behaviour as a result? If so, can we have a test case? If not, does this just save compile time (i.e. we don't insert casts that will just be cleaned up anyway)? Even if the change is only internal to the SDAG processing and the final code doesn't change, would it be possible to have an MIR test case that shows the difference?
Repository:
rL LLVM
https://reviews.llvm.org/D43781
More information about the llvm-commits
mailing list