summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InferAddressSpaces/AMDGPU/redundant-addrspacecast.ll
Commit message (Collapse)AuthorAgeFilesLines
* InferAddressSpaces: Fix cloning original addrspacecastMatt Arsenault2019-06-171-0/+27
If an addrspacecast needed to be inserted again, this was creating a clone of the original cast for each user. Just use the original, which also saves losing the value name. llvm-svn: 363562
OpenPOWER on IntegriCloud