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.
Differential D3496
ARM: remove @llvm.arm.sevl intrinsic abdulras on Apr 24 2014, 4:09 PM. Authored by
Details
With the introduction of the @llvm.arm.hint intrinsic, this is no longer needed. Depends on http://reviews.llvm.org/D3495.
Diff Detail Event TimelineComment Actions Hi Saleem, This looks good to me (obviously, once @llvm.arm.hint is committed). Cheers. Tim. |