Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Does this actually have the correct semantics at runtime? It looks like the "index" instruction is using the wrong width.
This comment was removed by CarolineConcatto.
Comment Actions
@DylanFleming-arm
Do you mind expanding your tests to add this ones test_insert_into_undef_<type>
but replacing:
%b = insertelement <vscale x 4 x float> undef, float %a, i32 0
by
%b = insertelement <vscale x 4 x float> undef, float %a, i64 idx