With the introduction of the @llvm.arm.hint intrinsic, this is no longer needed.
The users of this intrinsic can spell this as '@llvm.arm.hint(i32 5)'.
Depends on http://reviews.llvm.org/D3495.
Paths
| Differential D3496
ARM: remove @llvm.arm.sevl intrinsic ClosedPublic Authored by abdulras on Apr 24 2014, 4:09 PM.
Details
Summary With the introduction of the @llvm.arm.hint intrinsic, this is no longer needed. Depends on http://reviews.llvm.org/D3495.
Diff Detail Event Timelineabdulras updated this object. Comment Actions Hi Saleem, This looks good to me (obviously, once @llvm.arm.hint is committed). Cheers. Tim. This revision is now accepted and ready to land.Apr 25 2014, 10:58 AM
Revision Contents
Diff 8822 include/llvm/IR/IntrinsicsARM.td
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrThumb.td
test/CodeGen/ARM/intrinsics-v8.ll
|