[PATCH] D70947: Add a default address space for globals to DataLayout
Alexander Richardson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 22 10:35:02 PDT 2020
arichardson added a comment.
Herald added a reviewer: jdoerfert.
In D70947#1767234 <https://reviews.llvm.org/D70947#1767234>, @arsenm wrote:
> Needs some bitcode compatibility tests, and actual uses. AMDGPU's data layout should also add -G1
I've split the backwards compat tests and AMDGPU changes out to D84345 <https://reviews.llvm.org/D84345>. Is the DataLayout upgrade what you meant with bitcode compatibility tests or should I be adding additional tests?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70947/new/
https://reviews.llvm.org/D70947
More information about the llvm-commits
mailing list