[all-commits] [llvm/llvm-project] 23efe7: [HLSL] Add "or" intrinsic (#128979)

metkarpoonam via All-commits all-commits at lists.llvm.org
Fri Feb 28 12:54:35 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 23efe734fc27544b473ad60ea6eecbd2ec66d20c
      https://github.com/llvm/llvm-project/commit/23efe734fc27544b473ad60ea6eecbd2ec66d20c
  Author: metkarpoonam <poonammetkar at microsoft.com>
  Date:   2025-02-28 (Fri, 28 Feb 2025)

  Changed paths:
    M clang/include/clang/Basic/Builtins.td
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/Headers/hlsl/hlsl_intrinsics.h
    M clang/lib/Sema/SemaHLSL.cpp
    A clang/test/CodeGenHLSL/builtins/or.hlsl
    R clang/test/SemaHLSL/BuiltIns/and-errors.hlsl
    A clang/test/SemaHLSL/BuiltIns/logical-operator-errors.hlsl

  Log Message:
  -----------
  [HLSL] Add "or" intrinsic (#128979)

Include HLSL or_intrinsic, add codegen in CGBuiltin, and the
corresponding tests in or.hlsl. Additionally, incorporate
logical-operator-errors to handle both 'and' and 'or' semantic
diagnostics.



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