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

[MLIR][Flang][DebugInfo] Set debug info format in MLIR->IR translation #95098

Merged
merged 2 commits into from
Jun 11, 2024

Commits on Jun 11, 2024

  1. [MLIR][Flang][DebugInfo] Set debug info format in MLIR->IR translation

    MLIR's LLVM dialect does not internally support debug records, only
    converting to/from debug intrinsics. To smooth the transition from
    intrinsics to records, there is a step prior to IR->MLIR translation
    that switches the IR module to intrinsic-form; this patch adds the
    equivalent conversion to record-form at MLIR->IR translation, and also
    modifies the flang front end to use the WriteNewDbgInfoFormat flag when
    it is emitting LLVM IR.
    SLTozer committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    2c84c56 View commit details
    Browse the repository at this point in the history
  2. Add comments for context

    SLTozer committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    585fca5 View commit details
    Browse the repository at this point in the history