[all-commits] [llvm/llvm-project] 4bf04b: [Bazel] Use PACKAGE_VERSION for version string.
NAKAMURA Takumi via All-commits
all-commits at lists.llvm.org
Sun Aug 4 02:20:59 PDT 2024
Branch: refs/heads/release/19.x
Home: https://github.com/llvm/llvm-project
Commit: 4bf04b2eda0cc011f6b6461812a17b50c9b4231a
https://github.com/llvm/llvm-project/commit/4bf04b2eda0cc011f6b6461812a17b50c9b4231a
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2024-08-04 (Sun, 04 Aug 2024)
Changed paths:
M utils/bazel/llvm-project-overlay/clang/BUILD.bazel
M utils/bazel/llvm-project-overlay/llvm/config.bzl
Log Message:
-----------
[Bazel] Use PACKAGE_VERSION for version string.
This enables "-rc" suffix in release branches.
(cherry picked from commit 25efb746d907ce0ffdd9195d191ff0f6944ea3ca)
Commit: eaba8d9860d7d9f65e52e8e7a5ce3de0b8e13b3f
https://github.com/llvm/llvm-project/commit/eaba8d9860d7d9f65e52e8e7a5ce3de0b8e13b3f
Author: Mel Chen <mel.chen at sifive.com>
Date: 2024-08-04 (Sun, 04 Aug 2024)
Changed paths:
M llvm/include/llvm/IR/IntrinsicInst.h
M llvm/include/llvm/IR/VectorBuilder.h
M llvm/include/llvm/Transforms/Utils/LoopUtils.h
M llvm/lib/IR/IntrinsicInst.cpp
M llvm/lib/IR/VectorBuilder.cpp
M llvm/lib/Transforms/Utils/LoopUtils.cpp
M llvm/unittests/IR/VPIntrinsicTest.cpp
Log Message:
-----------
[VP] Refactor VectorBuilder to avoid layering violation. NFC (#99276)
This patch refactors the handling of reduction to eliminate layering
violations.
* Introduced `getReductionIntrinsicID` in LoopUtils.h for mapping
recurrence kinds to llvm.vector.reduce.* intrinsic IDs.
* Updated `VectorBuilder::createSimpleTargetReduction` to accept
llvm.vector.reduce.* intrinsic directly.
* New function `VPIntrinsic::getForIntrinsic` for mapping intrinsic ID
to the same functional VP intrinsic ID.
(cherry picked from commit 6d12b3f67df429bffff6e1953d9f55867d7e2469)
Commit: 0ee444283e6fc3b40c17a75ba5c073dbceca6f14
https://github.com/llvm/llvm-project/commit/0ee444283e6fc3b40c17a75ba5c073dbceca6f14
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2024-08-04 (Sun, 04 Aug 2024)
Changed paths:
M utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
Log Message:
-----------
Revert "[llvm][Bazel] Adapt to 4eb30cfb3474e3770b465cdb39db3b7f6404c3ef"
Since #99276 has been landed, the dependency has become redundant.
This reverts commit aa94a43178e1e1fa4dbe7ee802d46623667067ae.
(llvmorg-19-init-17718-gaa94a43178e1)
(cherry picked from commit 5bf085921ec23e5fa1ea4a159c55a618a9299ce6)
Compare: https://github.com/llvm/llvm-project/compare/9ac3941f8f15...0ee444283e6f
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