[all-commits] [llvm/llvm-project] c34936: [GlobalOpt] Split CleanupPointerRootUsers test wit...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Feb 28 02:41:09 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c34936465c5648f825414fe76ccad7a9ad82dddd
https://github.com/llvm/llvm-project/commit/c34936465c5648f825414fe76ccad7a9ad82dddd
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-02-28 (Tue, 28 Feb 2023)
Changed paths:
M llvm/test/Transforms/GlobalOpt/cleanup-pointer-root-users-gep-constexpr.ll
A llvm/test/Transforms/GlobalOpt/cleanup-pointer-root-users-other-constexpr.ll
Log Message:
-----------
[GlobalOpt] Split CleanupPointerRootUsers test with constant exprs.
Split tests for D144468. Adding a test with an icmp constant expression
stopped CleanupPointerRootUsers from being called. Move it to a
separate test.
More information about the All-commits
mailing list