summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2015-11-04 18:10:41 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2015-11-04 18:10:41 +0000
commite41a8c4182f403b4f98f6b03f1803484a1f60201 (patch)
tree2622019fe649a2f9f562157ac145937b27004552 /lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py
parente028e4e3bbfe631b62f9c0127777ed9c56dfc4b7 (diff)
downloadbcm5719-llvm-e41a8c4182f403b4f98f6b03f1803484a1f60201.tar.gz
bcm5719-llvm-e41a8c4182f403b4f98f6b03f1803484a1f60201.zip
Created new X86 FMA3 opcodes (FMA*_Int) that are used now for lowering of scalar FMA intrinsics.
Patch by Slava Klochkov The key difference between FMA* and FMA*_Int opcodes is that FMA*_Int opcodes are handled more conservatively. It is illegal to commute the 1st operand of FMA*_Int instructions as the upper bits of scalar FMA intrinsic result must be taken from the 1st operand, but such commute transformation would change those upper bits and invalidate the intrinsic's result. Reviewers: Quentin Colombet, Elena Demikhovsky Differential Revision: http://reviews.llvm.org/D13710 llvm-svn: 252060
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud