summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/addrspacecast.ll
Commit message (Collapse)AuthorAgeFilesLines
* [PowerPC] Make AddrSpaceCast noopNemanja Ivanovic2018-03-191-0/+22
PowerPC targets do not use address spaces. As a result, we can get selection failures with address space casts. This patch makes those casts noops. Patch by Valentin Churavy. Differential revision: https://reviews.llvm.org/D43781 llvm-svn: 327877
OpenPOWER on IntegriCloud