diff options
author | Craig Topper <craig.topper@intel.com> | 2018-04-04 07:00:24 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2018-04-04 07:00:24 +0000 |
commit | a30db995b3031c83dde0e13fb9fa475a2f884008 (patch) | |
tree | d819b9a7d12c6000560ac434b7b1b85b05d76b8b /llvm/tools/llvm-exegesis/llvm-exegesis.cpp | |
parent | a3cac956fc2537dae9eb7f8b3bc12f8da91ba0f9 (diff) | |
download | bcm5719-llvm-a30db995b3031c83dde0e13fb9fa475a2f884008.tar.gz bcm5719-llvm-a30db995b3031c83dde0e13fb9fa475a2f884008.zip |
[X86] Use the same predicate for the load for PMOVSXBQ and PMOVZXBQ.
These both use a 16-bit load, but one used loadi16_anyext and the other used extloadi32i16. The only difference between them is that loadi16_anyext checked that the load was at least 2 byte aligned and non-volatile. But the alignment doesn't matter here. Just use extloadi32i16 for both.
llvm-svn: 329154
Diffstat (limited to 'llvm/tools/llvm-exegesis/llvm-exegesis.cpp')
0 files changed, 0 insertions, 0 deletions