[flang-commits] [flang] [flang]Check for dominance in loop versioning (PR #68797)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Wed Oct 11 05:20:34 PDT 2023
================
@@ -1434,4 +1434,65 @@ func.func @_QPtest_loop_nest(%arg0: !fir.box<!fir.array<?xf32>> {fir.bindc_name
// CHECK: fir.if
// CHECK-NOT: fir.if
+
+//-----
+
+// Check that a non-dominating operand isn't causing a problem.
----------------
kiranchandramohan wrote:
Add a comment above the non-dominating operand to identify it.
https://github.com/llvm/llvm-project/pull/68797
More information about the flang-commits
mailing list