AArch64: improve vector [su]itofp handling.
authorTim Northover <tnorthover@apple.com>
Sun, 15 Jun 2014 09:27:06 +0000 (09:27 +0000)
committerTim Northover <tnorthover@apple.com>
Sun, 15 Jun 2014 09:27:06 +0000 (09:27 +0000)
commit94fe5c1fe2a3419d90e612735200dbc2c36f29ef
treea056c7e375ed18b1fdde78c1e2fc8a8ea1be5b62
parente12d893d7a1a823daa97e43272b73afcb2b8e438
AArch64: improve vector [su]itofp handling.

This somehow got missed in the AArch64 merge, so should fix a
performance regression since 3.4.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210984 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/AArch64/AArch64TargetTransformInfo.cpp
test/CodeGen/AArch64/arm64-convert-v2f64-v2i32.ll [deleted file]
test/CodeGen/AArch64/arm64-convert-v2i32-v2f64.ll [deleted file]
test/CodeGen/AArch64/complex-fp-to-int.ll [new file with mode: 0644]
test/CodeGen/AArch64/complex-int-to-fp.ll [new file with mode: 0644]