Adds a new HLFIR operation for the ALL intrinsic according to the
design set out in flang/docs/HighLevel.md
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D151090
[flang] add hlfir.all intrinsic ClosedPublic Authored by jacob-crawley on May 22 2023, 6:21 AM.
Details Summary Adds a new HLFIR operation for the ALL intrinsic according to the
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 22 2023, 6:21 AM This revision is now accepted and ready to land.May 22 2023, 6:54 AM jacob-crawley added a child revision: D151111: [flang] lower all intrinsic to hlfir.all operation.May 22 2023, 8:43 AM Closed by commit rG206b8538a6df: [flang] add hlfir.all intrinsic (authored by jacob-crawley). · Explain WhyMay 30 2023, 7:49 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 526616 flang/include/flang/Optimizer/HLFIR/HLFIROps.td
flang/lib/Optimizer/HLFIR/IR/HLFIROps.cpp
flang/test/HLFIR/all.fir
flang/test/HLFIR/invalid.fir
|