[flang-commits] [flang] 778a58d - [flang] Fixed LIT test after re-enabling `noalias`. (#156109)
via flang-commits
flang-commits at lists.llvm.org
Fri Aug 29 15:03:09 PDT 2025
Author: Slava Zakharin
Date: 2025-08-29T15:03:05-07:00
New Revision: 778a58d6518a3e16a40469d81719c0216bfb7cf9
URL: https://github.com/llvm/llvm-project/commit/778a58d6518a3e16a40469d81719c0216bfb7cf9
DIFF: https://github.com/llvm/llvm-project/commit/778a58d6518a3e16a40469d81719c0216bfb7cf9.diff
LOG: [flang] Fixed LIT test after re-enabling `noalias`. (#156109)
Added:
Modified:
flang/test/Integration/complex-div-to-llvm-kind16.f90
Removed:
################################################################################
diff --git a/flang/test/Integration/complex-div-to-llvm-kind16.f90 b/flang/test/Integration/complex-div-to-llvm-kind16.f90
index 887a7972dc1be..de67942b15f86 100644
--- a/flang/test/Integration/complex-div-to-llvm-kind16.f90
+++ b/flang/test/Integration/complex-div-to-llvm-kind16.f90
@@ -1,8 +1,8 @@
! Test lowering complex division to llvm ir according to options
! REQUIRES: flang-supports-f128-math
-! RUN: %flang -fcomplex-arithmetic=improved -S -emit-llvm %s -o - | FileCheck %s --check-prefixes=CHECK,IMPRVD
-! RUN: %flang -fcomplex-arithmetic=basic -S -emit-llvm %s -o - | FileCheck %s --check-prefixes=CHECK,BASIC
+! RUN: %flang -fcomplex-arithmetic=improved -mmlir --force-no-alias=false -S -emit-llvm %s -o - | FileCheck %s --check-prefixes=CHECK,IMPRVD
+! RUN: %flang -fcomplex-arithmetic=basic -mmlir --force-no-alias=false -S -emit-llvm %s -o - | FileCheck %s --check-prefixes=CHECK,BASIC
! CHECK-LABEL: @div_test_quad
More information about the flang-commits
mailing list