[all-commits] [llvm/llvm-project] e3ef5f: [HLSL] Add bounds checks for the HLSL `fmod` vecto...

Kaitlin Peng via All-commits all-commits at lists.llvm.org
Mon Mar 17 13:05:48 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e3ef5f2928f4077c48aebbddd288442d6ff76b62
      https://github.com/llvm/llvm-project/commit/e3ef5f2928f4077c48aebbddd288442d6ff76b62
  Author: Kaitlin Peng <kaitlinpeng at microsoft.com>
  Date:   2025-03-17 (Mon, 17 Mar 2025)

  Changed paths:
    M clang/lib/Headers/hlsl/hlsl_intrinsic_helpers.h
    M clang/lib/Headers/hlsl/hlsl_intrinsics.h
    M clang/test/SemaHLSL/BuiltIns/fmod-errors.hlsl

  Log Message:
  -----------
  [HLSL] Add bounds checks for the HLSL `fmod` vector arguments and return types (#131035)

Fixes #131024.
- Fixes template for scalar and vector `fmod` intrinsic overloads
- Fixes `fmod` Sema test



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