mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 14:35:54 +00:00
41335fec50
Whilst trying to compile this test to assembly: CodeGen/aarch64-sve-intrinsics/acle_sve_reinterpret.c I discovered some warnings were firing in InstCombiner::visitBitCast due to calls to getNumElements() for scalable vector types. These calls only really made sense for fixed width vectors so I have fixed up the code appropriately. Differential Revision: https://reviews.llvm.org/D80559 |
||
---|---|---|
.. | ||
2012-04-23-Neon-Intrinsics.ll | ||
aes-intrinsics.ll | ||
lit.local.cfg | ||
sve-bitcast.ll | ||
tbl1.ll |