[llvm] [LoopInterchange] Fix overflow in cost calculation (PR #111807)

Madhur Amilkanthwar via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 03:27:24 PDT 2024


================
@@ -0,0 +1,44 @@
+; REQUIRES: asserts
+
+; RUN: opt < %s -passes=loop-interchange -S -debug 2>&1 | FileCheck %s
----------------
madhur13490 wrote:

test with -cache-line-size too to bolster checks?

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


More information about the llvm-commits mailing list