[PATCH] D138269: [LoopFusion] Exit early if one of fusion candidate has guarded branch but the another has not
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 8 07:21:51 PST 2022
nikic added inline comments.
================
Comment at: llvm/test/Transforms/LoopFusion/guarded.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
; RUN: opt -S -loop-fusion < %s | FileCheck %s
----------------
Please precommit the test regeneration.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138269/new/
https://reviews.llvm.org/D138269
More information about the llvm-commits
mailing list