[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:35:31 PDT 2024


================
@@ -1,7 +1,7 @@
 ; 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"
+target datalayout = "e-p:64:64:64-i8:8:8-i32:32:32"
----------------
arsenm wrote:

You have the complete triple, so the datalayout at all shouldn't matter 

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


More information about the llvm-commits mailing list