summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopUnroll/AMDGPU/unroll-cost-addrspacecast.ll
Commit message (Collapse)AuthorAgeFilesLines
* TTI: Improve default costs for addrspacecastMatt Arsenault2019-06-031-0/+77
For some reason multiple places need to do this, and the variant the loop unroller and inliner use was not handling it. Also, introduce a new wrapper to be slightly more precise, since on AMDGPU some addrspacecasts are free, but not no-ops. llvm-svn: 362436
OpenPOWER on IntegriCloud