summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-exegesis/llvm-exegesis.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2018-04-04 07:00:24 +0000
committerCraig Topper <craig.topper@intel.com>2018-04-04 07:00:24 +0000
commita30db995b3031c83dde0e13fb9fa475a2f884008 (patch)
treed819b9a7d12c6000560ac434b7b1b85b05d76b8b /llvm/tools/llvm-exegesis/llvm-exegesis.cpp
parenta3cac956fc2537dae9eb7f8b3bc12f8da91ba0f9 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud