[all-commits] [llvm/llvm-project] fcf749: [GlobalOpt] Add test for PR51879 (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Dec 10 07:18:39 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fcf749002827260676580a2eb0173697e5233d1c
https://github.com/llvm/llvm-project/commit/fcf749002827260676580a2eb0173697e5233d1c
Author: Nikita Popov <npopov at redhat.com>
Date: 2021-12-10 (Fri, 10 Dec 2021)
Changed paths:
A llvm/test/Transforms/GlobalOpt/pr51879.ll
Log Message:
-----------
[GlobalOpt] Add test for PR51879 (NFC)
Commit: 9c244a33e7046e98fb739902808e7dc78298f516
https://github.com/llvm/llvm-project/commit/9c244a33e7046e98fb739902808e7dc78298f516
Author: Nikita Popov <npopov at redhat.com>
Date: 2021-12-10 (Fri, 10 Dec 2021)
Changed paths:
M llvm/test/Transforms/InstSimplify/ConstProp/loads.ll
Log Message:
-----------
[InstSimplify] Add test for load of aggregate (NFC)
The test is switched to use -instsimplify as it is in the
InstSimplify directory. In this particular case InstCombine does
fold the load (in a very roundabout way), but InstSimplify does not.
Compare: https://github.com/llvm/llvm-project/compare/52faad83c9f8...9c244a33e704
More information about the All-commits
mailing list