summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorUlrich Weigand <ulrich.weigand@de.ibm.com>2020-07-23 15:31:15 +0200
committerUlrich Weigand <ulrich.weigand@de.ibm.com>2020-07-23 15:34:59 +0200
commit68a80a4436c63692d4b820fb190ca6c12e7902e0 (patch)
tree291f1c7d290347d096174b807d9831030118d9cf /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parentecd3f853a85fcfc953046ebff774a1c47295b2ca (diff)
[SystemZ] Ensure -mno-vx disables any use of vector features
When passing the -vector feature to LLVM (or equivalently the -mno-vx command line argument to clang), the intent is that generated code must not use any vector features (in particular, no vector registers must be used). However, there are some cases where we still could generate such uses; these are all related to some of the additional vector features (like +vector-enhancements-1). Since none of those features are actually usable with -vector, just make sure we disable them all if -vector is given.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions