diff options
author | Hal Finkel <hfinkel@anl.gov> | 2015-03-31 20:56:09 +0000 |
---|---|---|
committer | Hal Finkel <hfinkel@anl.gov> | 2015-03-31 20:56:09 +0000 |
commit | 52368d4437b9d937698703091e346f1cc2e94868 (patch) | |
tree | 0a53a0088cbf4640908b0236fd4ac22843a87f3c /lldb/source/Core/Module.cpp | |
parent | 1988ac60a673761063cee407cbc27a403242a0f5 (diff) | |
download | bcm5719-llvm-52368d4437b9d937698703091e346f1cc2e94868.tar.gz bcm5719-llvm-52368d4437b9d937698703091e346f1cc2e94868.zip |
[PowerPC] Don't use a vector preferred memory type at -O0
Even at -O0, we fall back to SDAG when we hit intrinsics, and if the intrinsic
is a memset/memcpy/etc. we might normally use vector types. At -O0, this is
probably not a good idea (because, if there is a bug in the lowering code,
there would be no good way to turn it off). At -O0, only use scalar preferred
types.
Related to PR22754.
llvm-svn: 233755
Diffstat (limited to 'lldb/source/Core/Module.cpp')
0 files changed, 0 insertions, 0 deletions