[flang-commits] [flang] 9ec06f4 - [flang][NFC] Clean up polymorphic-temp.f90
Valentin Clement via flang-commits
flang-commits at lists.llvm.org
Fri Feb 10 01:37:13 PST 2023
Author: Valentin Clement
Date: 2023-02-10T10:36:55+01:00
New Revision: 9ec06f40d66ea321aaebdcf24a53ea41264a8d99
URL: https://github.com/llvm/llvm-project/commit/9ec06f40d66ea321aaebdcf24a53ea41264a8d99
DIFF: https://github.com/llvm/llvm-project/commit/9ec06f40d66ea321aaebdcf24a53ea41264a8d99.diff
LOG: [flang][NFC] Clean up polymorphic-temp.f90
Added:
Modified:
flang/test/Lower/polymorphic-temp.f90
Removed:
################################################################################
diff --git a/flang/test/Lower/polymorphic-temp.f90 b/flang/test/Lower/polymorphic-temp.f90
index 12cf6c856622..4ee807af056c 100644
--- a/flang/test/Lower/polymorphic-temp.f90
+++ b/flang/test/Lower/polymorphic-temp.f90
@@ -141,10 +141,6 @@ subroutine test_temp_from_intrinsic_cshift(a, shift)
! CHECK: %[[SHIFT_I64:.*]] = fir.convert %[[LOAD_SHIFT]] : (i32) -> i64
! CHECK: %{{.*}} = fir.call @_FortranACshiftVector(%[[RES_BOX_NONE]], %[[ARRAY_NONE]], %[[SHIFT_I64]], %{{.*}}, %{{.*}}) {{.*}} : (!fir.ref<!fir.box<none>>, !fir.box<none>, i64, !fir.ref<i8>, i32) -> none
- subroutine check_eoshift(r)
- class(p1) :: r(:)
- end subroutine
-
subroutine test_temp_from_intrinsic_eoshift(a, shift, b)
class(p1), intent(in) :: a(20)
class(p1), intent(in) :: b
More information about the flang-commits
mailing list