[all-commits] [llvm/llvm-project] d11df0: [HLSL] Implement the `ldexp` intrinsic (#138182)

Kaitlin Peng via All-commits all-commits at lists.llvm.org
Fri May 2 22:07:58 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d11df058416aa2e13c6b2559c1ce21209c445bab
      https://github.com/llvm/llvm-project/commit/d11df058416aa2e13c6b2559c1ce21209c445bab
  Author: Kaitlin Peng <kaitlinpeng at microsoft.com>
  Date:   2025-05-02 (Fri, 02 May 2025)

  Changed paths:
    M clang/lib/Headers/hlsl/hlsl_intrinsic_helpers.h
    M clang/lib/Headers/hlsl/hlsl_intrinsics.h
    A clang/test/CodeGenHLSL/builtins/ldexp.hlsl
    A clang/test/SemaHLSL/BuiltIns/ldexp-errors.hlsl

  Log Message:
  -----------
  [HLSL] Implement the `ldexp` intrinsic (#138182)

Closes #99133.

Implemented `ldexp` entirely in `hlsl_intrinsics.h` and
`hlsl_intrinsic_helpers.h`, added coresponding tests in
`clang/test/CodeGenHLSL/builtins/ldexp.hlsl` and
`clang/test/SemaHLSL/BuiltIns/ldexp-errors.hlsl`.



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