diff options
author | Elena Demikhovsky <elena.demikhovsky@intel.com> | 2016-07-19 07:14:21 +0000 |
---|---|---|
committer | Elena Demikhovsky <elena.demikhovsky@intel.com> | 2016-07-19 07:14:21 +0000 |
commit | 2c0780b8e5ce9b65a8e957f015f218c52ba38971 (patch) | |
tree | 25f05ad16d1622e25b243c4ebb36faa5114e6aac /lldb/packages/Python/lldbsuite/test/python_api/frame | |
parent | 603018af4037cf25f5f210806c85f709efa05324 (diff) | |
download | bcm5719-llvm-2c0780b8e5ce9b65a8e957f015f218c52ba38971.tar.gz bcm5719-llvm-2c0780b8e5ce9b65a8e957f015f218c52ba38971.zip |
AVX-512: Fixed BT instruction selection.
The following condition expression ( a >> n) & 1 is converted to "bt a, n" instruction. It works on all intel targets.
But on AVX-512 it was broken because the expression is modified to (truncate (a >>n) to i1).
I added the new sequence (truncate (a >>n) to i1) to the BT pattern.
Differential Revision: https://reviews.llvm.org/D22354
llvm-svn: 275950
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/frame')
0 files changed, 0 insertions, 0 deletions