Files
archived-llvm/test/Transforms/InferAddressSpaces
Matt Arsenault 6b4d361457 InferAddressSpaces: Fix cloning original addrspacecast
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363562 91177308-0d34-0410-b5e6-96231b3b80d8
2019-06-17 14:13:29 +00:00
..