[clang] [llvm] [AArch64][SVE] Fix definition of bfloat fcvt intrinsics. (PR #110281)

Paul Walker via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 2 03:56:51 PDT 2024


================
@@ -5553,6 +5553,14 @@ static SDValue getSVEPredicateBitCast(EVT VT, SDValue Op, SelectionDAG &DAG) {
   if (InVT == VT)
     return Op;
 
+  // Look through casts to <n x 16 x i1> when their input has more lanes than
----------------
paulwalker-arm wrote:

Done, plus removed another redundant reference to `<n x 16 x i1>`.

https://github.com/llvm/llvm-project/pull/110281


More information about the cfe-commits mailing list