[clang] [TBAA] Emit int TBAA metadata on FP math libcall expf (PR #96025)
Eli Friedman via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 12 13:01:20 PDT 2024
================
@@ -0,0 +1,43 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 5
+// The test may fail as time out on windows
+// REQUIRES: system-linux
+
+// RUN: %clang -S -O3 -emit-llvm -o - -x c++ %s | FileCheck %s -check-prefixes=CHECK,NoNewStructPathTBAA
+// RUN: %clang -S -O3 -Xclang -new-struct-path-tbaa -emit-llvm -o - -x c++ %s | FileCheck %s -check-prefixes=CHECK,NewStructPathTBAA
+
----------------
efriedma-quic wrote:
There isn't any obvious reason for it to time out on Windows specifically... does specifying a target triple help? Otherwise, not sure. We definitely need to sort out whatever is happening if the compiler breaks on Windows.
https://github.com/llvm/llvm-project/pull/96025
More information about the cfe-commits
mailing list