[llvm] [DirectX] Allow vector Allocas to be transformed into arrays (PR #145972)
Farzon Lotfi via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 27 08:18:28 PDT 2025
farzonl wrote:
> `tools/dxil-dis/shuffle.ll` test seems to indicate we don't want to scalarize vector allocas. This pr might need to be modified to drop the vector transformation to arrays and just keep the array recursion.
Test needed to be update to avoid the Data scalarizer pass.
https://github.com/llvm/llvm-project/pull/145972
More information about the llvm-commits
mailing list