[PATCH] D132913: [HLSL] Preserve vec3 for HLSL.

Alex Gatea via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 13 08:52:16 PDT 2022


alexgatea added a comment.

> Thanks for reporting the issue.
> But I cannot repro the fail.
> Do you mind sharing your cmake command?

Hmm, I'm just running the command in the test case:
clang --driver-mode=dxc -Tlib_6_7 -fcgl  -Fo - clang/test/CodeGenHLSL/float3.hlsl | FileCheck clang/test/CodeGenHLSL/float3.hlsl


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132913/new/

https://reviews.llvm.org/D132913



More information about the cfe-commits mailing list