Matt Arsenault
|
a97e83f7fc
|
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
|
e1008acc0b
|
[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
|
d069b95364
|
[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
|
18c2025616
|
[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 |
|