[PATCH] D145265: [Pipeline] Remove GlobalCleanupPM
Nikita Popov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 7 01:29:15 PDT 2023
nikic added a comment.
In D145265#4478621 <https://reviews.llvm.org/D145265#4478621>, @aeubanks wrote:
> @nikic could you try running this over the rust tests again?
Ignoring some unrelated powerpc data layout failures, these codegen tests fail:
[codegen] tests/codegen/issues/issue-45222.rs
[codegen] tests/codegen/issues/issue-45466.rs
[codegen] tests/codegen/issues/issue-69101-bounds-check.rs
[codegen] tests/codegen/iter-repeat-n-trivial-drop.rs
[codegen] tests/codegen/slice-as_chunks.rs
The `iter-repeat-n-trivial-drop.rs` and `slice-as_chunks.rs` failures are cosmetic.
`issues-45222.rs` is the same as last time (loop not folded to constant).
`issue-45466.rs` fails to convert a loop into a memset 0 (this looks like the simplest test case, because it has essentially just one function in initial IR).
`issue-69101-bounds-check.rs` leaves behind panic_bounds_checks in already_sliced_no_bounds_check.
I've put the input IR for these three failure up at https://gist.github.com/nikic/9ec0bc02d451e7abd0f8d78800c2206c.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145265/new/
https://reviews.llvm.org/D145265
More information about the cfe-commits
mailing list