[all-commits] [llvm/llvm-project] f696e2: [Matrix] Implement matrix support for the `pow` in...
Kaitlin Peng via All-commits
all-commits at lists.llvm.org
Thu Aug 6 11:43:15 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f696e2759fafa77bf9c0b2cc78ce007fb95c3091
https://github.com/llvm/llvm-project/commit/f696e2759fafa77bf9c0b2cc78ce007fb95c3091
Author: Kaitlin Peng <kaitlinpeng at microsoft.com>
Date: 2026-08-06 (Thu, 06 Aug 2026)
Changed paths:
M clang/include/clang/Basic/HLSLIntrinsics.td
M clang/lib/Headers/hlsl/hlsl_compat_overloads.h
A clang/test/CodeGenHLSL/builtins/pow_mat-overloads.hlsl
A clang/test/CodeGenHLSL/builtins/pow_mat.hlsl
M clang/test/SemaHLSL/BuiltIns/binary-compat-overload-warnings.hlsl
M clang/test/SemaHLSL/BuiltIns/half-float-only-errors2.hlsl
A clang/test/SemaHLSL/BuiltIns/pow_mat-errors.hlsl
M llvm/lib/Target/SPIRV/SPIRVPostLegalizer.cpp
A llvm/test/CodeGen/DirectX/pow_mat.ll
A llvm/test/CodeGen/SPIRV/hlsl-intrinsics/pow_mat.ll
Log Message:
-----------
[Matrix] Implement matrix support for the `pow` intrinsic (#212514)
Closes #184513.
This PR implements the matrix api for `pow` in `HLSLintrinsics.td`, adds
matrix codegen tests, matrix sema tests, and matrix backend tests.
Assisted-by: Github Copilot
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