We currently support them only in AArch64. The NEON Reference, however, says they are 'ARMv7, ARMv8' intrinsics.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D47447
[NEON] Support VST1xN intrinsics in AArch32 mode (LLVM part) ClosedPublic Authored by kosarev on May 28 2018, 2:20 AM.
Details Summary We currently support them only in AArch64. The NEON Reference, however, says they are 'ARMv7, ARMv8' intrinsics.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 8 2018, 5:51 AM Closed by commit rL334361: [NEON] Support VST1xN intrinsics in AArch32 mode (LLVM part) (authored by kosarev). · Explain WhyJun 10 2018, 2:31 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 150647 llvm/trunk/include/llvm/IR/IntrinsicsARM.td
llvm/trunk/lib/Target/ARM/ARMExpandPseudoInsts.cpp
llvm/trunk/lib/Target/ARM/ARMISelDAGToDAG.cpp
llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp
llvm/trunk/lib/Target/ARM/ARMInstrNEON.td
llvm/trunk/test/CodeGen/ARM/arm-vst1.ll
|