Codegen only supports conversions between logicals and integers. The
verifier should reflect this.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D152935
[flang] don't allow conversions between logical and floating point ClosedPublic Authored by tblah on Jun 14 2023, 9:34 AM.
Details Summary Codegen only supports conversions between logicals and integers. The
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 14 2023, 9:34 AM This revision is now accepted and ready to land.Jun 15 2023, 8:57 AM Closed by commit rGf523b9a55a3a: [flang] don't allow conversions between logical and floating point (authored by tblah). · Explain WhyJun 19 2023, 2:14 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 532572 flang/include/flang/Optimizer/Dialect/FIROps.td
flang/lib/Optimizer/Dialect/FIROps.cpp
flang/test/Fir/invalid.fir
|