================ @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -ffast-math -ffp-contract=fast -emit-llvm -o - %s | FileCheck %s +// RUN: %clang_cc1 -ffast-math -ffp-contract=fast -emit-llvm -O2 -o - %s | FileCheck %s ---------------- zahiraam wrote:
It seems to me that this issue exists only at O2, right? https://godbolt.org/z/xGcWG1aM6 Shouldn't that be reflected in the code somewhere? https://github.com/llvm/llvm-project/pull/111654 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits