Matt Arsenault
|
a15ed701ab
|
AMDGPU: Fix assert on constant load from addrspacecasted pointer
This was trying to create a bitcast between different address spaces.
|
2021-05-11 20:12:20 -04:00 |
Nikita Popov
|
46354bac76
|
[OpaquePtrs] Remove some uses of type-less CreateLoad APIs (NFC)
Explicitly pass loaded type when creating loads, in preparation
for the deprecation of these APIs.
There are still a couple of uses left.
|
2021-03-11 14:40:57 +01:00 |
dfukalov
|
6a87e9b08b
|
[NFC][AMDGPU] Reduce include files dependency.
Reviewed By: rampitec
Differential Revision: https://reviews.llvm.org/D93813
|
2021-01-07 22:22:05 +03:00 |
Michael Liao
|
46c3d5cb05
|
[amdgpu] Add the late codegen preparation pass.
Summary:
- Teach that pass to widen naturally aligned but not DWORD aligned
sub-DWORD loads.
Reviewers: rampitec, arsenm
Subscribers:
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D80364
|
2020-10-27 14:07:59 -04:00 |