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

Sjoerd Meijer via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 04:21:23 PDT 2024


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

Don't think this is necessary.

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


More information about the llvm-commits mailing list