[llvm] [LoopDist] Add some runtime checks for cross partition loads (PR #145623)
Michael Berg via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 18 15:51:56 PDT 2025
================
@@ -0,0 +1,207 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -aa-pipeline=basic-aa -passes=loop-simplify,loop-distribute -enable-loop-distribute -verify-loop-info -verify-dom-info -S %s | FileCheck %s
----------------
mcberg2021 wrote:
Sure If I collect the output of loop-simplify and use that for IR/meta data for this test case.
https://github.com/llvm/llvm-project/pull/145623
More information about the llvm-commits
mailing list