================
@@ -5665,6 +5665,29 @@ bool
SelectionDAG::isGuaranteedNotToBeUndefOrPoison(SDValue Op,
}
return true;
+ case ISD::CONCAT_VECTORS: {
+ EVT VT = Op.getValueType();
+ if (!VT.isFixedLengthVector())
----------------
arsenm wrote:Braces? https://github.com/llvm/llvm-project/pull/200932 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
