Add a pattern for a nvcast from v2f64 -> v4f32
authorArnold Schwaighofer <aschwaighofer@apple.com>
Tue, 7 Jul 2015 18:31:55 +0000 (18:31 +0000)
committerArnold Schwaighofer <aschwaighofer@apple.com>
Tue, 7 Jul 2015 18:31:55 +0000 (18:31 +0000)
commitf869ca86f1d2e44040806eeaae624009896bf0cc
tree9203bc914cd75fc1cc891fb8f386f8c58a349a41
parent33c4d685e313997b3b3fd7f3589821e528f9ec45
Add a pattern for a nvcast from v2f64 -> v4f32

Since the NvCast is generated by the selection process the concerns about
endianess and bit reversal don't apply.

rdar://21703486

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241611 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64InstrInfo.td
test/CodeGen/AArch64/arm64-nvcast.ll [new file with mode: 0644]