[all-commits] [llvm/llvm-project] ed1ada: InstCombine: Don't use anonymous values in test
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Dec 1 18:56:52 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ed1ada752118a0aa12d10f7ec7b20c65b11038e8
https://github.com/llvm/llvm-project/commit/ed1ada752118a0aa12d10f7ec7b20c65b11038e8
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-12-01 (Thu, 01 Dec 2022)
Changed paths:
M llvm/test/Transforms/InstCombine/X86/pr2645-1.ll
Log Message:
-----------
InstCombine: Don't use anonymous values in test
Also don't use grep because it's not 2002.
Commit: 8fcf387202d684f6083f62353c29a5eb4050f6df
https://github.com/llvm/llvm-project/commit/8fcf387202d684f6083f62353c29a5eb4050f6df
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-12-01 (Thu, 01 Dec 2022)
Changed paths:
M llvm/test/Transforms/InstCombine/AMDGPU/memcpy-from-constant.ll
M llvm/test/Transforms/InstCombine/ARM/neon-intrinsics.ll
M llvm/test/Transforms/InstCombine/X86/pr2645-1.ll
Log Message:
-----------
InstCombine: Convert target tests to opaque pointers
The opaquify script deleted a few declarations for some reason which
were manually deleted.
Compare: https://github.com/llvm/llvm-project/compare/d85e849ff4d5...8fcf387202d6
More information about the All-commits
mailing list