[clang] [TBAA] Emit int TBAA metadata on FP math libcalls (PR #96025)
Zahira Ammarguellat via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 3 08:13:56 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
+
----------------
zahiraam wrote:
Why are you using clang here instead of clang_cc1. I think in general CodeGen tests should use clang_cc1. I would think the same than what the other tbaa LIT tests are written.
Why does the test fail on Windows? I don't see any reason to require Linux for this test.
https://github.com/llvm/llvm-project/pull/96025
More information about the cfe-commits
mailing list