[all-commits] [llvm/llvm-project] 42c6e4: AMDGPU: Handle multiple uses when matching sincos
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Aug 14 08:28:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 42c6e4209ccfd2e5050df380148c0f71983e1581
https://github.com/llvm/llvm-project/commit/42c6e4209ccfd2e5050df380148c0f71983e1581
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-08-14 (Mon, 14 Aug 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp
M llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-sincos.defined.ll
M llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-sincos.defined.nobuiltin.ll
M llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-sincos.ll
M llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-sincos.nobuiltins.ll
Log Message:
-----------
AMDGPU: Handle multiple uses when matching sincos
Match how the generic implementation handles this. We now will leave
behind the dead other user for later passes to deal with.
https://reviews.llvm.org/D156707
Commit: d7fcb5b6b5280dc61d5afe0920bb78a82cfe2f27
https://github.com/llvm/llvm-project/commit/d7fcb5b6b5280dc61d5afe0920bb78a82cfe2f27
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-08-14 (Mon, 14 Aug 2023)
Changed paths:
M clang/test/CodeGen/2007-06-15-AnnotateAttribute.c
Log Message:
-----------
clang: Don't use grep in a test
Issue #10894 seems to claim this wasn't working. The test does seem to
work as intended, except the CHECKs added in
3ac4299d3798eb7078905d5fc8f23781556c90a1 aren't doing anything since
it wasn't really using FileCheck.
Compare: https://github.com/llvm/llvm-project/compare/bbc0f99f3bc9...d7fcb5b6b528
More information about the All-commits
mailing list