[all-commits] [llvm/llvm-project] 0f349b: [HLSL] Implement support for HLSL intrinsic - sele...
Sarah Spall via All-commits
all-commits at lists.llvm.org
Mon Sep 9 11:07:42 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0f349b7a9cde0080e626f6cfd362885341eb63b4
https://github.com/llvm/llvm-project/commit/0f349b7a9cde0080e626f6cfd362885341eb63b4
Author: Sarah Spall <spall at users.noreply.github.com>
Date: 2024-09-09 (Mon, 09 Sep 2024)
Changed paths:
M clang/include/clang/Basic/Builtins.td
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/Headers/hlsl/hlsl_intrinsics.h
M clang/lib/Sema/SemaHLSL.cpp
A clang/test/CodeGenHLSL/builtins/select.hlsl
A clang/test/SemaHLSL/BuiltIns/select-errors.hlsl
Log Message:
-----------
[HLSL] Implement support for HLSL intrinsic - select (#107129)
Implement support for HLSL intrinsic select.
This would close issue #75377
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list