diff options
author | Sanjay Patel <spatel@rotateright.com> | 2015-04-15 15:47:51 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2015-04-15 15:47:51 +0000 |
commit | c03d93baa01d57343058d25e9c9f7bfc4e7601e4 (patch) | |
tree | 3ac00a06a7e63b58ffaefde4899d6e0951ed52c2 /llvm/lib/Analysis/InstructionSimplify.cpp | |
parent | fa990f0338612ecc579eea473b33212253f89843 (diff) | |
download | bcm5719-llvm-c03d93baa01d57343058d25e9c9f7bfc4e7601e4.tar.gz bcm5719-llvm-c03d93baa01d57343058d25e9c9f7bfc4e7601e4.zip |
[X86] add an exedepfix entry for movq == movlps == movlpd
This is a 1-line patch (with a TODO for AVX because that will affect
even more regression tests) that lets us substitute the appropriate
64-bit store for the float/double/int domains.
It's not clear to me exactly what the difference is between the 0xD6 (MOVPQI2QImr) and
0x7E (MOVSDto64mr) opcodes, but this is apparently the right choice.
Differential Revision: http://reviews.llvm.org/D8691
llvm-svn: 235014
Diffstat (limited to 'llvm/lib/Analysis/InstructionSimplify.cpp')
0 files changed, 0 insertions, 0 deletions