[all-commits] [llvm/llvm-project] 36b864: [DXIL] Implement pow lowering (#86733)
Farzon Lotfi via All-commits
all-commits at lists.llvm.org
Thu Mar 28 09:32:49 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 36b86438d7cd652bcac3fce51c1bdfad99536ec8
https://github.com/llvm/llvm-project/commit/36b86438d7cd652bcac3fce51c1bdfad99536ec8
Author: Farzon Lotfi <1802579+farzonl at users.noreply.github.com>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M llvm/lib/Target/DirectX/DXILIntrinsicExpansion.cpp
A llvm/test/CodeGen/DirectX/pow-vec.ll
A llvm/test/CodeGen/DirectX/pow.ll
Log Message:
-----------
[DXIL] Implement pow lowering (#86733)
closes #86179
- `DXILIntrinsicExpansion.cpp` - add the pow expansion to
exp2(y*log2(x))
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