Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AMDGPU: Decompose all values to 32-bit pieces for calling conventions | Matt Arsenault | 2019-07-19 | 1 | -3/+3 |
| | | | | | | | | | | This is the more natural lowering, and presents more opportunities to reduce 64-bit ops to 32-bit. This should also help avoid issues graphics shaders have had with 64-bit values, and simplify argument lowering in globalisel. llvm-svn: 366578 | ||||
* | AMDGPU: Make v4i16/v4f16 legal | Matt Arsenault | 2018-06-15 | 1 | -0/+20 |
Some image loads return these, and it's awkward working around them not being legal. llvm-svn: 334835 |