[flang][NFC] Add tests for select constructs
authorValentin Clement <clementval@gmail.com>
Sun, 3 Apr 2022 13:17:21 +0000 (15:17 +0200)
committerValentin Clement <clementval@gmail.com>
Sun, 3 Apr 2022 13:18:57 +0000 (15:18 +0200)
commit2fb57d628c6fb71fcd53364c451a018cb65fd2ba
tree1ac9861822563b1d50a1ddd0d6dbd5c6cd2a3e9e
parentf138a9964bd2f664a7dcaf972402d5afca24ad9a
[flang][NFC] Add tests for select constructs

Add tests for fir.select_rank and
fir.select_case.

This patch is part of the upstreaming effort from fir-dev branch.

Reviewed By: schweitz

Differential Revision: https://reviews.llvm.org/D122888

Co-authored-by: Jean Perier <jperier@nvidia.com>
Co-authored-by: Eric Schweitz <eschweitz@nvidia.com>
flang/test/Fir/select.fir [new file with mode: 0644]