This is an archive of the discontinued LLVM Phabricator instance.

[LSR][RISCV] Pre-commit test case for D126043
ClosedPublic

Authored by eopXD on Sep 28 2022, 12:35 PM.

Details

Summary

Pre-commit test case for D126043

Diff Detail

Event Timeline

eopXD created this revision.Sep 28 2022, 12:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 28 2022, 12:35 PM
eopXD requested review of this revision.Sep 28 2022, 12:35 PM
eopXD added reviewers: Meinersbur, Restricted Project, fhahn, mcberg2021, craig.topper.Sep 28 2022, 12:38 PM
eopXD updated this revision to Diff 463906.Sep 29 2022, 8:07 AM

Rebase to latest main.

eopXD updated this revision to Diff 463911.Sep 29 2022, 8:09 AM

Rebase to latest main.

craig.topper added inline comments.Oct 25 2022, 9:11 PM
llvm/test/Transforms/LoopStrengthReduce/lsr-drop-solution.ll
2 ↗(On Diff #463911)

Doesn't this need to be in a RISC-V directory since it requires RISCV target to be compiled?

eopXD retitled this revision from Precommit test case for D126043 to [LSR][RISCV] Pre-commit test case for D126043.Oct 25 2022, 9:26 PM
eopXD edited the summary of this revision. (Show Details)
eopXD updated this revision to Diff 470697.Oct 25 2022, 9:36 PM

Move test case under RISC-V target.

eopXD marked an inline comment as done.Oct 25 2022, 9:36 PM
This revision is now accepted and ready to land.Oct 26 2022, 8:38 AM
eopXD updated this revision to Diff 471043.Oct 27 2022, 12:40 AM

Rebase to latest main.

This revision was automatically updated to reflect the committed changes.