[clang] [llvm] [HLSL] Handle WaveActiveBallot struct return type appropriately (PR #175105)

Farzon Lotfi via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 15 17:27:07 PST 2026


================
@@ -0,0 +1,33 @@
+; RUN: opt -S -scalarizer -mtriple=dxil-pc-shadermodel6.3-library < %s | FileCheck %s
----------------
farzonl wrote:

Also since we never added this function to isScalarizable  the comments for this test make no sense.  The scalarizer pass should not touch this intrinsic.

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


More information about the cfe-commits mailing list