Add a AVX version of a simple i64 -> f64 bitcast. This could be
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Thu, 8 Sep 2011 21:52:33 +0000 (21:52 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Thu, 8 Sep 2011 21:52:33 +0000 (21:52 +0000)
commit7ec8fb8830108574b58c85c740d1857ccd2b0aba
treec7b6d67cda995b0ad6cd19064afc18958d47dc1f
parent7cf79a88c8b55df492de3dcef373da2ec91005c4
Add a AVX version of a simple i64 -> f64 bitcast. This could be
triggered using llc with -O0, which wouldn't let it be folded and
expose the lack of this pattern.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139320 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrSSE.td
test/CodeGen/X86/avx-bitcast.ll [new file with mode: 0644]