[clang] [llvm] [HLSL] implement elementwise firstbithigh hlsl builtin (PR #111082)

Farzon Lotfi via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 22 10:47:30 PDT 2024


================
@@ -28,6 +28,8 @@ bool DirectXTTIImpl::isTargetIntrinsicTriviallyScalarizable(
   switch (ID) {
   case Intrinsic::dx_frac:
   case Intrinsic::dx_rsqrt:
+  case Intrinsic::dx_firstbituhigh:
+  case Intrinsic::dx_firstbitshigh:
----------------
farzonl wrote:

you will want to rebase, line ending change made it so a bunch of our prs are getting merge conflcts on this file.

https://github.com/llvm/llvm-project/pull/111082


More information about the llvm-commits mailing list