[all-commits] [llvm/llvm-project] 946e80: AMDGPU: Add baseline test for unsafe fp atomics at...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Dec 15 15:37:31 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 946e8056657791eb483158a8059eb3cb0f905db5
https://github.com/llvm/llvm-project/commit/946e8056657791eb483158a8059eb3cb0f905db5
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2021-12-15 (Wed, 15 Dec 2021)
Changed paths:
A llvm/test/Transforms/Inline/AMDGPU/inline-amdgpu-unsafe-fp-atomics.ll
Log Message:
-----------
AMDGPU: Add baseline test for unsafe fp atomics attribute inlining
Commit: 169ebf03ab2a6f16bfa32a36305929c7bc8e4784
https://github.com/llvm/llvm-project/commit/169ebf03ab2a6f16bfa32a36305929c7bc8e4784
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2021-12-15 (Wed, 15 Dec 2021)
Changed paths:
M llvm/include/llvm/IR/Attributes.td
A llvm/include/llvm/IR/AttributesAMDGPU.td
M llvm/test/Transforms/Inline/AMDGPU/inline-amdgpu-unsafe-fp-atomics.ll
Log Message:
-----------
Inliner: Correctly merge amdgpu-unsafe-fp-atomics attribute
It seems we don't have already have any target specific attributes
handled in the inliner. Include a separate tablegen file to define the
rules, similar to the target specific intrinsics.
Commit: 7ca355225d530acb24b50a5fcccf5c40938b30bf
https://github.com/llvm/llvm-project/commit/7ca355225d530acb24b50a5fcccf5c40938b30bf
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2021-12-15 (Wed, 15 Dec 2021)
Changed paths:
M llvm/test/CodeGen/AMDGPU/llc-pipeline.ll
Log Message:
-----------
AMDGPU: Update pass pipeline test
Compare: https://github.com/llvm/llvm-project/compare/b5805b78472e...7ca355225d53
More information about the All-commits
mailing list