[llvm] [DirectX] Scalarize Allocas as part of data scalarization (PR #140165)
Alex Sepkowski via llvm-commits
llvm-commits at lists.llvm.org
Thu May 15 17:51:47 PDT 2025
================
@@ -83,6 +91,42 @@ DataScalarizerVisitor::lookupReplacementGlobal(Value *CurrOperand) {
return nullptr; // Not found
}
+// Recursively Creates and Array like version of the given vector like type.
----------------
alsepkow wrote:
nit: 'creates an array'
https://github.com/llvm/llvm-project/pull/140165
More information about the llvm-commits
mailing list