aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2015-02-04 10:58:53 +0000
committerChandler Carruth <chandlerc@gmail.com>2015-02-04 10:58:53 +0000
commit4d31f58c8833427bb51a49c48868f4ce46fe5fa9 (patch)
tree906b8577e4d0f5639030a937c83e2355fe03f4d2 /clang/lib/Frontend/CompilerInvocation.cpp
parent9180f96cfe0aa1157cc76961f75a513c9f2f47e5 (diff)
downloadllvm-4d31f58c8833427bb51a49c48868f4ce46fe5fa9.zip
llvm-4d31f58c8833427bb51a49c48868f4ce46fe5fa9.tar.gz
llvm-4d31f58c8833427bb51a49c48868f4ce46fe5fa9.tar.bz2
[x86] Give movss and movsd execution domains in the x86 backend.
This associates movss and movsd with the packed single and packed double execution domains (resp.). While this is largely cosmetic, as we now don't have weird ping-pong-ing between single and double precision, it is also useful because it avoids the domain fixing algorithm from seeing domain breaks that don't actually exist. It will also be much more important if we have an execution domain default other than packed single, as that would cause us to mix movss and movsd with integer vector code on a regular basis, a very bad mixture. llvm-svn: 228135
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions