[flang-commits] [flang] [flang] IEEE_ARITHMETIC and IEEE_EXCEPTIONS intrinsic module procedures (PR #74138)

via flang-commits flang-commits at lists.llvm.org
Fri Dec 1 14:33:16 PST 2023


vdonaldson wrote:

> All builds and tests correctly for me. But I notice that one of the check builds is failing. Please fix that before merging.

The test failures could be explained as nondeterminism in the mlir instruction order, which in turn might be dependent on which passes are run on the IR. Let's see if converting some `CHECK` directives to `CHECK-DAG` directives helps.

https://github.com/llvm/llvm-project/pull/74138


More information about the flang-commits mailing list