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

2022-09-13 Thread Alex Gatea via Phabricator via cfe-commits
alexgatea reopened this revision. alexgatea added a comment. This revision is now accepted and ready to land. This test fails because the actual output has <3 x float>* rather than ptr. Could you please fix this test case? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https

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

2022-09-13 Thread Alex Gatea via Phabricator via cfe-commits
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/Code

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

2022-09-13 Thread Alex Gatea via Phabricator via cfe-commits
alexgatea added a comment. In D132913#3786734 , @python3kgae wrote: > In D132913#3786679 , @alexgatea > wrote: > >>> Thanks for reporting the issue. >>> But I cannot repro the fail. >>> Do you mind sharing your

[PATCH] D133841: [test][clang] run test for lld emitting dwarf-aranages only if lld is presented

2022-09-14 Thread Alex Gatea via Phabricator via cfe-commits
alexgatea reopened this revision. alexgatea added a comment. This revision is now accepted and ready to land. Hi This test case is still failing for me due to the lines without -fuse-ld=ldd: // RUN: %clang -### -target x86_64-unknown-linux -flto -gdwarf-aranges %s 2>&1 | FileCheck -check-prefi

[PATCH] D133841: [test][clang] run test for lld emitting dwarf-aranages only if lld is presented

2022-09-14 Thread Alex Gatea via Phabricator via cfe-commits
alexgatea closed this revision. alexgatea added a comment. > It should be fixed in https://reviews.llvm.org/D133847 Ah I didn't see that. Thank you! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D133841/new/ https://reviews.llvm.org/D133841 __