[llvm] [DirectX] Scalarize `extractelement` and `insertelement` with dynamic indices (PR #141676)

Finn Plummer via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 5 10:01:48 PDT 2025


================

----------------
inbelic wrote:

Also, if we have two successive extract (or insert) elements, do we want to ensure that they will both index from the same newly allocated array? Or is it safe to assume that the un-required extra allocations of the array will get cleaned up?

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


More information about the llvm-commits mailing list