sdesmalen marked an inline comment as done. sdesmalen added inline comments.
================ Comment at: clang/lib/CodeGen/CGBuiltin.cpp:7813 + llvm::ScalableVectorType *Ty = getSVEType(TypeFlags); + return Builder.CreateBitCast(Call, Ty); +} ---------------- efriedma wrote: > Please add a FIXME for big-endian. :) Ah yes good spot. I've moved this (and the other use of bitcast for svreinterpret) to a separate function `EmitSVEReinterpret`, that has the FIXME. That way we only need to fix it in one place. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D79480/new/ https://reviews.llvm.org/D79480 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits