summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp
diff options
context:
space:
mode:
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>2015-12-10 13:35:28 +0000
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>2015-12-10 13:35:28 +0000
commitac8d01add0502f351cd55b3b96be5b95ac634e6f (patch)
treef0b45403962ce122e2e1b99231f3e3ea8cd1156a /lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp
parenta9bcf16ebc8a3dbfc4999ddca63f064c29e89f6c (diff)
downloadbcm5719-llvm-ac8d01add0502f351cd55b3b96be5b95ac634e6f.tar.gz
bcm5719-llvm-ac8d01add0502f351cd55b3b96be5b95ac634e6f.zip
Bitcasts between FP and INT values using direct moves
This patch corresponds to review: http://reviews.llvm.org/D15286 LLVM IR frequently contains bitcast operations between floating point and integer values of the same width. Doing this through memory operations is quite expensive on PPC. This patch allows the use of direct register moves between FPRs and GPRs for lowering bitcasts. llvm-svn: 255246
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud