diff options
author | Paul Walker <paul.walker@arm.com> | 2021-01-13 11:45:54 +0000 |
---|---|---|
committer | Paul Walker <paul.walker@arm.com> | 2021-01-15 11:32:13 +0000 |
commit | 2b8db40c92186731effd8948049919db8cf37dee (patch) | |
tree | 62decb711f9a3def667ec8e0a9f41e4ba64427d4 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 141e45b99ca09235b985504e8108dbb3cf210fbd (diff) | |
download | llvm-2b8db40c92186731effd8948049919db8cf37dee.zip llvm-2b8db40c92186731effd8948049919db8cf37dee.tar.gz llvm-2b8db40c92186731effd8948049919db8cf37dee.tar.bz2 |
[SVE] Restrict the usage of REINTERPRET_CAST.
In order to limit the number of combinations of REINTERPRET_CAST,
whilst at the same time prevent overlap with BITCAST, this patch
establishes the following rules:
1. The operand and result element types must be the same.
2. The operand and/or result type must be an unpacked type.
Differential Revision: https://reviews.llvm.org/D94593
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions