[all-commits] [llvm/llvm-project] 4ca8ea: [Clang] Fix GPU intrinsic helpers incorrectly sign...

Joseph Huber via All-commits all-commits at lists.llvm.org
Mon Mar 3 12:27:04 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4ca8ea8c972ae05a891687eda6704ec607184fae
      https://github.com/llvm/llvm-project/commit/4ca8ea8c972ae05a891687eda6704ec607184fae
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2025-03-03 (Mon, 03 Mar 2025)

  Changed paths:
    M clang/lib/Headers/amdgpuintrin.h
    M clang/lib/Headers/nvptxintrin.h

  Log Message:
  -----------
  [Clang] Fix GPU intrinsic helpers incorrectly sign extending (#129560)

Summary:
These return values are actually signed, meaning that casting will
extend it and then all the bits will be one.



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