aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/LoopVersioning.cpp
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2019-09-13 06:02:15 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2019-09-13 06:02:15 +0000
commitc624510f134ceee9bdb5308b6f4892890c61938f (patch)
tree82dbe8f9867b26691120175840d36f36e431d2fa /llvm/lib/Transforms/Utils/LoopVersioning.cpp
parent804e0c507da4065326a88d4966115c55e0920dc8 (diff)
downloadllvm-c624510f134ceee9bdb5308b6f4892890c61938f.zip
llvm-c624510f134ceee9bdb5308b6f4892890c61938f.tar.gz
llvm-c624510f134ceee9bdb5308b6f4892890c61938f.tar.bz2
For PR17164: split -fno-lax-vector-conversion into three different
levels: -- none: no lax vector conversions [new GCC default] -- integer: only conversions between integer vectors [old GCC default] -- all: all conversions between same-size vectors [Clang default] For now, Clang still defaults to "all" mode, but per my proposal on cfe-dev (2019-04-10) the default will be changed to "integer" as soon as that doesn't break lots of testcases. (Eventually I'd like to change the default to "none" to match GCC and general sanity.) Following GCC's behavior, the driver flag -flax-vector-conversions is translated to -flax-vector-conversions=integer. This reinstates r371805, reverted in r371813, with an additional fix for lldb. llvm-svn: 371817
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopVersioning.cpp')
0 files changed, 0 insertions, 0 deletions