Skip to content
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

[RISCV] Remove -riscv-insert-vsetvl-strict-asserts flag #90171

Merged
merged 2 commits into from
Apr 30, 2024

Commits on Apr 26, 2024

  1. [RISCV] Remove -riscv-insert-vsetvl-strict-asserts flag

    This flag has been enabled by default for almost two years now since 1f06398, and at this stage we probably shouldn't be falling back to the fixups.
    
    This removes the flag so we always perform the assertion, as well as making sure that CurInfo is always valid on exit: We shouldn't leave emitVSETVLIs with an unitialized VSETVLIInfo.
    lukel97 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    2a3263d View commit details
    Browse the repository at this point in the history
  2. Run clang-tidy

    lukel97 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c9af8a2 View commit details
    Browse the repository at this point in the history