[llvm] [LoopInterchange] Don't consider loops with BTC=0 (PR #167113)
Madhur Amilkanthwar via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 9 20:05:34 PST 2025
================
@@ -0,0 +1,56 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6
+; RUN: opt < %s -passes=loop-interchange -loop-interchange-profitabilities=ignore -cache-line-size=64 -verify-dom-info -verify-loop-info -verify-scev -verify-loop-lcssa -S | FileCheck %s
+
+target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128-Fn32"
----------------
madhur13490 wrote:
Do we need target datalayout?
https://github.com/llvm/llvm-project/pull/167113
More information about the llvm-commits
mailing list