Files
clang-p2996/llvm/test
Paul Walker 71b87d1267 [LLVM][SVE] Ensure all fixed length mask bits are defined. (#116819)
convertFixedMaskToScalableVector expects the mask input to honour the
BoolContents scheme employed by the target. For AArch64 this means a
mask should be zero or all ones, and thus when promoting a mask we must
use a sign extend.
2024-11-20 13:54:50 +00:00
..