aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorAmy Kwan <amy.kwan1@ibm.com>2021-07-19 08:20:06 -0500
committerAmy Kwan <amy.kwan1@ibm.com>2021-07-19 09:10:06 -0500
commitdd5aa657a520adcff84bb6149dd20cd8a2c8c6c6 (patch)
tree6f35e7afc8da2e95595ceb713008f429a2bf49f8 /clang/lib/CodeGen/CodeGenFunction.h
parentf46321207f7d28f21d0dfb3635933d1bd84b5e05 (diff)
downloadllvm-dd5aa657a520adcff84bb6149dd20cd8a2c8c6c6.zip
llvm-dd5aa657a520adcff84bb6149dd20cd8a2c8c6c6.tar.gz
llvm-dd5aa657a520adcff84bb6149dd20cd8a2c8c6c6.tar.bz2
[PowerPC] Implement vector bool/pixel initialization under -faltivec-src-compat=xl
This patch implements the initialization of vectors under the -faltivec-src-compat=xl option introduced in https://reviews.llvm.org/D103615. Under this option, the initialization of scalar vectors, vector bool, and vector pixel are treated the same, where the initialization value is splatted across the whole vector. This patch does not change the behaviour of the -faltivec-src-compat=mixed option, which is the current default for Clang. Differential Revision: https://reviews.llvm.org/D106120
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
0 files changed, 0 insertions, 0 deletions