[all-commits] [llvm/llvm-project] 21423c: [DirectX] Make firstbithigh intrinsic use first ar...
Ashley Coleman via All-commits
all-commits at lists.llvm.org
Tue Jun 24 11:00:43 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 21423c7fdceed315979f950ef2b1674e0f2743cb
https://github.com/llvm/llvm-project/commit/21423c7fdceed315979f950ef2b1674e0f2743cb
Author: Ashley Coleman <ascoleman at microsoft.com>
Date: 2025-06-24 (Tue, 24 Jun 2025)
Changed paths:
M llvm/lib/Target/DirectX/DirectXTargetTransformInfo.cpp
M llvm/test/CodeGen/DirectX/firstbithigh.ll
M llvm/test/CodeGen/DirectX/firstbitlow.ll
Log Message:
-----------
[DirectX] Make firstbithigh intrinsic use first arg as overload type (#145401)
Sibling to https://github.com/llvm/llvm-project/pull/145350 part of
https://github.com/llvm/llvm-project/issues/144966
firstbituhigh and firstbitshigh should use the first arg for overloads
instead of the return type since the return is always i32
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