[clang] [NFC][HLSL] Fix test function names (PR #112602)

2024-10-16 Thread Joshua Batista via cfe-commits
https://github.com/bob80905 closed https://github.com/llvm/llvm-project/pull/112602 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [NFC][HLSL] Fix test function names (PR #112602)

2024-10-16 Thread Tim Gymnich via cfe-commits
tgymnich wrote: @bob80905 feel free to merge this for me. https://github.com/llvm/llvm-project/pull/112602 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [NFC][HLSL] Fix test function names (PR #112602)

2024-10-16 Thread Joshua Batista via cfe-commits
https://github.com/bob80905 approved this pull request. https://github.com/llvm/llvm-project/pull/112602 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [NFC][HLSL] Fix test function names (PR #112602)

2024-10-16 Thread Tim Gymnich via cfe-commits
https://github.com/tgymnich edited https://github.com/llvm/llvm-project/pull/112602 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [NFC][HLSL] Fix test function names (PR #112602)

2024-10-16 Thread Tim Gymnich via cfe-commits
https://github.com/tgymnich edited https://github.com/llvm/llvm-project/pull/112602 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [NFC][HLSL] Fix test function names (PR #112602)

2024-10-16 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-hlsl Author: Tim Gymnich (tgymnich) Changes Fix test names changing `int` to `uint`. @bob80905 --- Full diff: https://github.com/llvm/llvm-project/pull/112602.diff 1 Files Affected: - (modified) clang/test/CodeGenHLSL/builtins/sign.hlsl (+4-4) ``

[clang] [NFC][HLSL] Fix test function names (PR #112602)

2024-10-16 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Tim Gymnich (tgymnich) Changes Fix test names changing `int` to `uint`. @bob80905 --- Full diff: https://github.com/llvm/llvm-project/pull/112602.diff 1 Files Affected: - (modified) clang/test/CodeGenHLSL/builtins/sign.hlsl (+4-4) `

[clang] [NFC][HLSL] Fix test function names (PR #112602)

2024-10-16 Thread Tim Gymnich via cfe-commits
https://github.com/tgymnich created https://github.com/llvm/llvm-project/pull/112602 Fix test names changing `int` to `uint`. @bob80905 >From 68c7d969fcda4422c08132860478257849d9b587 Mon Sep 17 00:00:00 2001 From: Tim Gymnich Date: Wed, 16 Oct 2024 20:56:54 +0200 Subject: [PATCH] Fix function