LLVM patch to support load/store co-processor intrinsics, clang patch is here http://reviews.llvm.org/D20563
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D20564
Add load/store co-processor intrinsics ClosedPublic Authored by rs on May 24 2016, 3:49 AM.
Details Summary LLVM patch to support load/store co-processor intrinsics, clang patch is here http://reviews.llvm.org/D20563
Diff Detail
Event Timeliners updated this object. This revision is now accepted and ready to land.May 24 2016, 9:52 AM Closed by commit rL271271: [ARM] Add backend support for load/store intrinsics. (authored by rsingh). · Explain WhyMay 31 2016, 5:47 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 59046 llvm/trunk/include/llvm/IR/IntrinsicsARM.td
llvm/trunk/lib/Target/ARM/ARMInstrInfo.td
llvm/trunk/lib/Target/ARM/ARMInstrThumb2.td
llvm/trunk/test/CodeGen/ARM/intrinsics-coprocessor.ll
llvm/trunk/test/CodeGen/ARM/ldc2l.ll
llvm/trunk/test/CodeGen/ARM/stc2.ll
|