[all-commits] [llvm/llvm-project] 09e864: Enumeration Type Lowering: FIR code generation (PR 9)
kwyatt-ext via All-commits
all-commits at lists.llvm.org
Tue Jun 9 14:14:41 PDT 2026
Branch: refs/heads/users/kwyatt-ext/enum-lowering
Home: https://github.com/llvm/llvm-project
Commit: 09e8641f4ec75947d94010b112d7af28dac5e799
https://github.com/llvm/llvm-project/commit/09e8641f4ec75947d94010b112d7af28dac5e799
Author: Kevin Wyatt <kwyatt at hpe.com>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M flang/lib/Lower/ConvertConstant.cpp
M flang/lib/Lower/ConvertExpr.cpp
M flang/lib/Lower/ConvertExprToHLFIR.cpp
M flang/lib/Lower/ConvertType.cpp
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
Log Message:
-----------
Enumeration Type Lowering: FIR code generation (PR 9)
Maps enumeration types to i32 at the FIR level. Intercepts enumeration
DerivedTypeSpec in ConvertType to produce IntegerType, lowers
enumeration constructors/constants, and generates NEXT/PREVIOUS/HUGE
intrinsic lowering with STAT boundary handling and error termination.
Files from original PR 9 plus PR 7/8 lowering additions (PREVIOUS,
STAT, void-cast fixes).
Commit: e73b5025162720679db69840615ab873ee95b070
https://github.com/llvm/llvm-project/commit/e73b5025162720679db69840615ab873ee95b070
Author: Kevin Wyatt <kwyatt at hpe.com>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
A flang/test/Lower/enumeration-type.f90
Log Message:
-----------
Adding lowering test.
Compare: https://github.com/llvm/llvm-project/compare/d2f66a3d0041...e73b50251627
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list