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

[flang] add nsw to operations in subscripts #110060

Merged
merged 4 commits into from
Oct 3, 2024

Commits on Oct 3, 2024

  1. [flang] add nsw to operations in subscripts

    This patch adds nsw to operations when lowering subscripts.
    
    See also the discussion in the following discourse post.
    https://discourse.llvm.org/t/rfc-add-nsw-flags-to-arithmetic-integer-operations-using-the-option-fno-wrapv/77584/9
    yus3710-fj committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    831ce62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2559ee1 View commit details
    Browse the repository at this point in the history
  3. add some comments

    yus3710-fj committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    6118e01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1874326 View commit details
    Browse the repository at this point in the history