[all-commits] [llvm/llvm-project] 1c762c: [HLSL] Implement the 'and' HLSL function (#127098)
Deric Cheung via All-commits
all-commits at lists.llvm.org
Wed Feb 19 11:23:09 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1c762c288ff4ff613cf26833ef55100fd0da0a34
https://github.com/llvm/llvm-project/commit/1c762c288ff4ff613cf26833ef55100fd0da0a34
Author: Deric Cheung <cheung.deric at gmail.com>
Date: 2025-02-19 (Wed, 19 Feb 2025)
Changed paths:
M clang/include/clang/Basic/Builtins.td
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/Headers/hlsl/hlsl_intrinsics.h
M clang/lib/Sema/SemaHLSL.cpp
A clang/test/CodeGenHLSL/builtins/and.hlsl
A clang/test/SemaHLSL/BuiltIns/and-errors.hlsl
Log Message:
-----------
[HLSL] Implement the 'and' HLSL function (#127098)
Addresses #125604
- Implements `and` as an HLSL builtin function
- The `and` HLSL builtin function gets lowered to the the LLVM `and`
instruction
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