[all-commits] [llvm/llvm-project] 7ca737: [flang] Switch select-case-statement.f90 to new lo...
Eugene Epshteyn via All-commits
all-commits at lists.llvm.org
Thu Nov 20 08:45:19 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7ca737d632d387c9471b84b9ae916eae2a210640
https://github.com/llvm/llvm-project/commit/7ca737d632d387c9471b84b9ae916eae2a210640
Author: Eugene Epshteyn <eepshteyn at nvidia.com>
Date: 2025-11-20 (Thu, 20 Nov 2025)
Changed paths:
M flang/test/Lower/select-case-statement.f90
Log Message:
-----------
[flang] Switch select-case-statement.f90 to new lowering (#168754)
test/Lower/select-case-statement.f90 was still using the old lowering.
Modified the test with FIR generated using the new lowering. Changed the
test to use flang_fc1 instead of bbc and added testing for -O0 and -O1,
since character comparison lowering is done differently at -O0 (uses
runtime function) and -O1 (inlines some cases). Use different FileCheck
prefixes for different optimization levels (CHECK-O0 for -O0, CHECK-O1
for -O1, CHECK for both).
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