]> granicus.if.org Git - clang/commit
AArch64: use new non-polymorphic crypto intrinsics
authorTim Northover <tnorthover@apple.com>
Mon, 3 Feb 2014 17:28:00 +0000 (17:28 +0000)
committerTim Northover <tnorthover@apple.com>
Mon, 3 Feb 2014 17:28:00 +0000 (17:28 +0000)
commit6e6569878f2d8dd9416de7d3089c60cc8b2afb7e
tree7f68386b81c17697371e0d8a16f6a784c36e34e3
parentd60b3cecb42968cd7389fca29c36393dc54e8088
AArch64: use new non-polymorphic crypto intrinsics

The LLVM backend now has invariant types on the various crypto-intrinsics,
because in all cases there's only really one interpretation.

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