summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/AtomicExpand/AMDGPU
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Fix copy-pasted test name errorMatt Arsenault2019-12-111-2/+2
|
* AMDGPU: Select global atomicrmw faddMatt Arsenault2019-11-061-0/+145
| | | | This only works if there is no use of the return value.
* AtomicExpand: Don't crash on non-0 allocaMatt Arsenault2019-06-111-0/+37
| | | | | | | This now produces garbage on AMDGPU with a call to an nonexistent, anonymous libcall but won't assert. llvm-svn: 363022
* AMDGPU: Expand < 32-bit atomicsMatt Arsenault2019-06-113-45/+422
| | | | | | Also fix AtomicExpand asserting on atomicrmw fadd/fsub. llvm-svn: 363021
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-174-0/+527
| | | | | | | | The reversion apparently deleted the test/Transforms directory. Will be re-reverting again. llvm-svn: 358552
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-174-527/+0
| | | | | | | | As it's causing some bot failures (and per request from kbarton). This reverts commit r358543/ab70da07286e618016e78247e4a24fcb84077fda. llvm-svn: 358546
* Codegen support for atomicrmw fadd/fsubMatt Arsenault2019-01-222-0/+465
| | | | llvm-svn: 351851
* AMDGPU: Expand atomicrmw nand in IRMatt Arsenault2018-10-022-0/+62
llvm-svn: 343559
OpenPOWER on IntegriCloud