[llvm] [DirectX] Bug fix for Data Scalarization crash (PR #118426)
Justin Bogner via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 2 21:30:48 PST 2024
================
@@ -0,0 +1,25 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -S -passes='dxil-flatten-arrays,dxil-op-lower' -mtriple=dxil-pc-shadermodel6.3-library %s | FileCheck %s
+
+
+ at _ZL7Palette = internal constant [2 x [3 x float]] [[3 x float] zeroinitializer, [3 x float] undef], align 16
----------------
bogner wrote:
Might as well change these C++ mangled names to something a bit more human readable - they don't matter to the test.
https://github.com/llvm/llvm-project/pull/118426
More information about the llvm-commits
mailing list