[all-commits] [llvm/llvm-project] 5a1a52: [SPIRV][HLSL] Add mad intrinsic lowering for spirv...
Farzon Lotfi via All-commits
all-commits at lists.llvm.org
Sat Apr 20 08:14:14 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5a1a5226b578ec7f123f67efd4e24e39fecd11d7
https://github.com/llvm/llvm-project/commit/5a1a5226b578ec7f123f67efd4e24e39fecd11d7
Author: Farzon Lotfi <1802579+farzonl at users.noreply.github.com>
Date: 2024-04-20 (Sat, 20 Apr 2024)
Changed paths:
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/test/CodeGenHLSL/builtins/mad.hlsl
M llvm/test/CodeGen/DirectX/fmad.ll
M llvm/test/CodeGen/SPIRV/hlsl-intrinsics/fmad.ll
A llvm/test/CodeGen/SPIRV/hlsl-intrinsics/imad.ll
Log Message:
-----------
[SPIRV][HLSL] Add mad intrinsic lowering for spirv (#89130)
- `clang/lib/CodeGen/CGBuiltin.cpp` - Add a generic mull add
implementation. Make DXIL implementation tied to target.
resolves #88944
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