================ @@ -6578,6 +6633,7 @@ bool SPIRVInstructionSelector::selectFirstBitSet64( // algoritm below converts i64 -> i32x2 and i64x4 -> i32x8 it can only // operate on vectors with 2 or less components. When largers vectors are // seen. Split them, recurse, then recombine them. + // TODO: handle the case where SPV_EXT_long_vector is enabled. ---------------- AlexVlx wrote:
It will not be part of this PR. https://github.com/llvm/llvm-project/pull/210279 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
