summaryrefslogtreecommitdiffstats
path: root/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-11-13 23:36:37 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-11-13 23:36:37 +0000
commit8216602a0b5f6c86ddb8ac579e2abdc6e9285212 (patch)
treee5d82640c9bae2da7415c75289ee4f3e849b5643 /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
parent0acd8243e351d9f4c36347bd3967052871190b59 (diff)
downloadbcm5719-llvm-8216602a0b5f6c86ddb8ac579e2abdc6e9285212.tar.gz
bcm5719-llvm-8216602a0b5f6c86ddb8ac579e2abdc6e9285212.zip
R600/SI: Prefer SALU instructions for bit shift operations
All shift operations will be selected as SALU instructions and then if necessary lowered to VALU instructions in the SIFixSGPRCopies pass. This allows us to do more operations on the SALU which will improve performance and is also required for implementing private memory using indirect addressing, since the private memory pointers must stay in the scalar registers. This patch includes some fixes from Matt Arsenault. llvm-svn: 194625
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud