]> granicus.if.org Git - clang/commit
CodeGen: replace use of @llvm.arm.sevl with @llvm.arm.hint
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 25 Apr 2014 17:25:46 +0000 (17:25 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 25 Apr 2014 17:25:46 +0000 (17:25 +0000)
commit653f5c673baa5288e285b5be30aacaf1f70d7d5b
tree0f0c48b09f33cb233dbbf488d787b93923415283
parent544524ba8482919da797cffd10eb68350b63629c
CodeGen: replace use of @llvm.arm.sevl with @llvm.arm.hint

Use the new generic @llvm.arm.hint hint intrinsic rather than the specialised
@llvm.arm.sevl hint instruction.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207243 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBuiltin.cpp
test/CodeGen/builtins-arm.c