[PATCH] D126443: [NFC] Modify the test case

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 20 20:53:30 PDT 2022


benshi001 added inline comments.


================
Comment at: llvm/test/Verifier/insert-extract-intrinsics-invalid.ll:76
+; CHECK: experimental_vector_insert parameters must have the same element type.
+define <vscale x 16 x i8> @invalid_mismatched_element_types(<vscale x 16 x i8> %vec, <4 x i16> %subvec) nounwind {
+  %retval = call <vscale x 16 x i8> @llvm.experimental.vector.insert.nxv16i8.v4i16(<vscale x 16 x i8> %vec, <4 x i16> %subvec, i64 0)
----------------
`invalid_mismatched_element_types` is defined twice, we need to change the function names in accordance with others' naming style.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126443/new/

https://reviews.llvm.org/D126443



More information about the llvm-commits mailing list