[clang] [HLSL] Implement array temporary support (PR #79382)

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 2 05:38:50 PDT 2024


================
@@ -0,0 +1,76 @@
+; ModuleID = '/Users/cbieneman/dev/llvm-project/clang/test/SemaHLSL/ArrayTemporary.hlsl'
----------------
hokein wrote:

Is this `.ll` file necessary? It doesn't look like a lit test file, no `RUN` commands etc.

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


More information about the cfe-commits mailing list