[llvm] [X86][ABIVerifier] Verify floating point ABI correctness on 64-bit target (PR #111690)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 03:54:41 PDT 2024


================
@@ -1,5 +1,4 @@
 ; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py
-; RUN: opt < %s -enable-no-nans-fp-math  -passes="print<cost-model>" 2>&1 -disable-output -cost-kind=code-size -mtriple=x86_64-- -mattr=-sse2 | FileCheck %s --check-prefixes=CHECK,SSE1
----------------
RKSimon wrote:

Instead of dropping the test coverage - can you alter the triple to a suitable i686 target?

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


More information about the llvm-commits mailing list