[all-commits] [llvm/llvm-project] 3f0f83: [flang] fix codegen of fir.select with only defaul...
jeanPerier via All-commits
all-commits at lists.llvm.org
Mon Feb 16 01:30:50 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3f0f8349ac9dc3d1f245912121207b5465a08473
https://github.com/llvm/llvm-project/commit/3f0f8349ac9dc3d1f245912121207b5465a08473
Author: jeanPerier <jperier at nvidia.com>
Date: 2026-02-16 (Mon, 16 Feb 2026)
Changed paths:
M flang/lib/Optimizer/CodeGen/CodeGen.cpp
M flang/test/Fir/select.fir
Log Message:
-----------
[flang] fix codegen of fir.select with only default case (#181373)
The case where fir.select only has a "unit" block target (i.e., it is a
switch with only the default case) was not handled correctly in codegen.
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