[all-commits] [llvm/llvm-project] 5315ca: [flang][NFC] Add select type test to check correct...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Fri Apr 7 14:20:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5315ca696169ae015b5aa56ab6c27aca21d633f7
https://github.com/llvm/llvm-project/commit/5315ca696169ae015b5aa56ab6c27aca21d633f7
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-04-07 (Fri, 07 Apr 2023)
Changed paths:
A flang/test/Lower/select-type-2.f90
Log Message:
-----------
[flang][NFC] Add select type test to check correct ordering
Somehow this test has been left behind in my sandbox. This
patch adds a lowering test for fir.select_type operation and
makes sure the dynamic type comaparison is done in the right
order when we have multiple CLASS IS type guard statement
for types that are linked.
This should have been posted with D138280.
Reviewed By: PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D147807
More information about the All-commits
mailing list