[llvm] [DirectX] Legalize memcpy (PR #139173)
Deric C. via llvm-commits
llvm-commits at lists.llvm.org
Thu May 15 14:42:06 PDT 2025
================
@@ -0,0 +1,174 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -S -dxil-legalize -dxil-finalize-linkage -mtriple=dxil-pc-shadermodel6.3-library %s | FileCheck %s
+
+ at outputStrides = external local_unnamed_addr addrspace(2) global [2 x <4 x i32>], align 4
----------------
Icohedron wrote:
I filed an issue regarding these vectors appearing in the IR after data scalarization and array flattening:
https://github.com/llvm/llvm-project/issues/140143
https://github.com/llvm/llvm-project/pull/139173
More information about the llvm-commits
mailing list