https://github.com/JuliaLang/julia
Revision dc8857a86f0102b2e935057ac38eb5068833ac44 authored by Keno Fischer on 11 April 2024, 12:05:30 UTC, committed by GitHub on 11 April 2024, 12:05:30 UTC
For ir transform passes that need to be aware of current_scope.
Currently no users in Base, but available for external absint.

---------

Co-authored-by: Shuhei Kadowaki <40514306+aviatesk@users.noreply.github.com>
1 parent 630f754
Raw File
Tip revision: dc8857a86f0102b2e935057ac38eb5068833ac44 authored by Keno Fischer on 11 April 2024, 12:05:30 UTC
ir: Add version of compute_trycatch for IRCode (#54035)
Tip revision: dc8857a
CITATION.bib
% This article is the definitive citation for Julia.
@article{Julia-2017,
    title={Julia: A fresh approach to numerical computing},
    author={Bezanson, Jeff and Edelman, Alan and Karpinski, Stefan and Shah, Viral B},
    journal={SIAM {R}eview},
    volume={59},
    number={1},
    pages={65--98},
    year={2017},
    publisher={SIAM},
    doi={10.1137/141000671},
    url={https://epubs.siam.org/doi/10.1137/141000671}
}

% For more details on research related to Julia, see https://julialang.org/research
back to top