[llvm] [AArch64][ISel] Extend insertelement tests (PR #173003)

Gaƫtan Bossu via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 19 05:33:04 PST 2025


================
@@ -326,120 +673,120 @@ define <vscale x 2 x double> @test_insert_into_undef_nxv2f64(double %a) {
 }
 
 ; Insert scalar at index
-define <vscale x 2 x half> @test_insert_with_index_nxv2f16(half %h, i64 %idx) {
+define <vscale x 2 x half> @test_insert_with_index_nxv2f16(<vscale x 2 x half> %a, half %h, i64 %idx) {
----------------
gbossu wrote:

These tests below were meant to be generic, so I replaced `poison` values with real ones.

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


More information about the llvm-commits mailing list