Skip to content

llvm-reduce: Make run-ir-passes error more consistent #133564

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 29, 2025

Conversation

arsenm
Copy link
Contributor

@arsenm arsenm commented Mar 29, 2025

Avoid capitalized Error. This loses the "Error constructing pass pipeline"
part, and just forwards the error to the default report_fatal_error case. Not
sure if it's worth trying to keep.

Copy link
Contributor Author

arsenm commented Mar 29, 2025

@arsenm arsenm requested review from aeubanks, fhahn and regehr March 29, 2025 04:02
@arsenm arsenm marked this pull request as ready for review March 29, 2025 04:02
@regehr
Copy link
Contributor

regehr commented Mar 29, 2025

LGTM!

@arsenm arsenm force-pushed the users/arsenm/llvm-reduce/run-ir-passes-error-handling branch from dd57219 to f3d8f2b Compare March 29, 2025 05:48
Copy link
Contributor Author

arsenm commented Mar 29, 2025

Merge activity

  • Mar 29, 3:06 AM EDT: A user started a stack merge that includes this pull request via Graphite.
  • Mar 29, 3:11 AM EDT: Graphite rebased this pull request as part of a merge.
  • Mar 29, 3:14 AM EDT: A user merged this pull request with Graphite.

@arsenm arsenm force-pushed the users/arsenm/llvm-reduce/make-error-messages-more-consistent branch from d849ebb to b102b37 Compare March 29, 2025 07:08
Base automatically changed from users/arsenm/llvm-reduce/make-error-messages-more-consistent to main March 29, 2025 07:11
Avoid capitalized Error. This loses the "Error constructing pass pipeline"
part, and just forwards the error to the default report_fatal_error case. Not
sure if it's worth trying to keep.
@arsenm arsenm force-pushed the users/arsenm/llvm-reduce/run-ir-passes-error-handling branch from f3d8f2b to 7747fd7 Compare March 29, 2025 07:11
@arsenm arsenm merged commit 5b3e152 into main Mar 29, 2025
6 of 11 checks passed
@arsenm arsenm deleted the users/arsenm/llvm-reduce/run-ir-passes-error-handling branch March 29, 2025 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants