[PATCH] D80364: [amdgpu] Teach load widening to handle non-DWORD aligned loads.
Michael Liao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 26 14:11:27 PDT 2020
hliao added a comment.
In D80364#2052781 <https://reviews.llvm.org/D80364#2052781>, @hliao wrote:
> Rewrite such transformations in LLVM IR as the late codegen preparation.
this change depends on D80422 <https://reviews.llvm.org/D80422> to add `align` attribute properly on relevant intrinsics.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80364/new/
https://reviews.llvm.org/D80364
More information about the llvm-commits
mailing list