[llvm] [llvm][ScheduleDAG] SUnit::biasCriticalPath() does not find the critical path consistently (PR #93001)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed May 22 04:24:37 PDT 2024
================
@@ -0,0 +1,37 @@
+; RUN: llc < %s -mtriple=x86_64-apple-darwin8 -misched-print-dags -o - 2>&1 > /dev/null | FileCheck %s
+; REQUIRES: asserts
+
+target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"
----------------
arsenm wrote:
Probably can drop the datalayout
https://github.com/llvm/llvm-project/pull/93001
More information about the llvm-commits
mailing list