summaryrefslogtreecommitdiffstats
path: root/clang/test/ASTMerge
diff options
context:
space:
mode:
authorStephen Canon <scanon@apple.com>2015-09-15 00:21:56 +0000
committerStephen Canon <scanon@apple.com>2015-09-15 00:21:56 +0000
commitca8eefddb7a5c85ad1e26773eb1ba894c7b930f5 (patch)
treee871321ae8c3e862ec29416e99d8dd93d9f195b5 /clang/test/ASTMerge
parent1b76da6a6c5a1e8ec79d77cfd61a48a516491d7d (diff)
downloadbcm5719-llvm-ca8eefddb7a5c85ad1e26773eb1ba894c7b930f5.tar.gz
bcm5719-llvm-ca8eefddb7a5c85ad1e26773eb1ba894c7b930f5.zip
Prevent implicit re-interpret casts between ExtVector and Scalar types.
Previously, in certain cases lax vector conversions could occur between scalar floating-point values and ExtVector types; these conversions would be simple bitcasts. We need to allow them with other vector types to support some common headers, but we don't need them for ExtVector. Preventing them here makes them behave like other operations involving scalars and ExtVectors. llvm-svn: 247643
Diffstat (limited to 'clang/test/ASTMerge')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud