summaryrefslogtreecommitdiff
path: root/lib/Support/ConstantRange.cpp
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2014-02-03 17:27:49 +0000
committerTim Northover <tnorthover@apple.com>2014-02-03 17:27:49 +0000
commit07786c2f091c5179719b56e74a51dfa8ba5e3dc4 (patch)
tree5f930e171ec467c01b4dbd7cb2c04a4593a8ff1f /lib/Support/ConstantRange.cpp
parente6c04bff3cc9db20d049f20bd75092889cdf36b1 (diff)
downloadllvm-07786c2f091c5179719b56e74a51dfa8ba5e3dc4.tar.gz
llvm-07786c2f091c5179719b56e74a51dfa8ba5e3dc4.tar.bz2
llvm-07786c2f091c5179719b56e74a51dfa8ba5e3dc4.tar.xz
AArch64 & ARM: refactor crypto intrinsics to take scalars
Some of the SHA instructions take a scalar i32 as one argument (largely because they work on 160-bit hash fragments). This wasn't reflected in the IR previously, with ARM and AArch64 choosing different types (<4 x i32> and <1 x i32> respectively) which was ugly. This makes all the affected intrinsics take a uniform "i32", allowing them to become non-polymorphic at the same time. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200706 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/ConstantRange.cpp')
0 files changed, 0 insertions, 0 deletions