[all-commits] [llvm/llvm-project] a91c17: GlobalISel: Fix copy paste error
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Oct 25 17:08:00 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a91c17498ad318d00817e5f4de36be08a4d6457a
https://github.com/llvm/llvm-project/commit/a91c17498ad318d00817e5f4de36be08a4d6457a
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-10-25 (Tue, 25 Oct 2022)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
Log Message:
-----------
GlobalISel: Fix copy paste error
Pretty sure this was harmless since the tablegen
calling convention definitions do not use pointers.
Part of issue 58604
Commit: 8acddef90d77ad530ae657cb68720a2c0b053e77
https://github.com/llvm/llvm-project/commit/8acddef90d77ad530ae657cb68720a2c0b053e77
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-10-25 (Tue, 25 Oct 2022)
Changed paths:
M llvm/test/Transforms/InstCombine/sincospi.ll
Log Message:
-----------
SimplifyLibCalls: Add missing testcase for sincospi
Part of issue 58604. Test should have been part of
50fe87a5c8597eb72e6055356fa7dad364756ff7
Compare: https://github.com/llvm/llvm-project/compare/fc40c7392103...8acddef90d77
More information about the All-commits
mailing list