Descriptionx86 validator: Implement rewriting "movntq" to "movq" on x86-64
We were already doing this rewrite for x86-32.
We had previously checked the Web Store to find all the non-temporal
instructions that we need to handle and rewrite, but it looks like we
missed at least one -- "movntq" is being used. The use might have
appeared after we did the check.
BUG= https://bugs.chromium.org/p/chromium/issues/detail?id=598085
TEST=run_validation_rewrite_test run_rewrite_nontemporals_test run_validation_cache_test
Committed: https://chromium.googlesource.com/native_client/src/native_client/+/fb2c685d12b5a13cdb5b284b0ee1ee3c2080a769
Patch Set 1 #
Messages
Total messages: 8 (4 generated)
|