This if the clang companion patch for http://reviews.llvm.org/D12985, which upgrades the vld[234] and vst[234] to take pointers annotated with an address space.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D13127
[ARM] Upgrade codegen for vld[234] and vst[234] to to communicate a 0 address space ClosedPublic Authored by jketema on Sep 24 2015, 3:43 AM.
Details Summary This if the clang companion patch for http://reviews.llvm.org/D12985, which upgrades the vld[234] and vst[234] to take pointers annotated with an address space.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 30 2015, 2:38 AM Closed by commit rL248888: [ARM][NEON] Use address space in vld([1234]|[234]lane) and vst([1234]|… (authored by jketema). · Explain WhySep 30 2015, 3:58 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 36082 cfe/trunk/lib/CodeGen/CGBuiltin.cpp
cfe/trunk/test/CodeGen/arm-neon-misc.c
cfe/trunk/test/CodeGen/arm-vector-align.c
cfe/trunk/test/CodeGen/vld_dup.c
|