[llvm] [CalcSpillWeights] Avoid x87 excess precision influencing weight result (PR #100165)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 25 02:06:06 PDT 2024
================
@@ -0,0 +1,59 @@
+; RUN: llc < %s -mtriple=i386-unknown-freebsd -enable-misched -relocation-model=pic | FileCheck %s
+
+target datalayout = "e-m:e-p:32:32-p270:32:32-p271:32:32-p272:64:64-i128:128-f64:32:64-f80:32-n8:16:32-S128"
+target triple = "i386-unknown-freebsd15.0"
----------------
arsenm wrote:
These are redundant with the command line arguments
https://github.com/llvm/llvm-project/pull/100165
More information about the llvm-commits
mailing list