[all-commits] [llvm/llvm-project] aca744: [LoopFusion] Exit early if one of fusion candidate...
luxufan via All-commits
all-commits at lists.llvm.org
Tue Jan 3 07:31:05 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aca7441c7ae2c8a0518764265ef6a08449165ced
https://github.com/llvm/llvm-project/commit/aca7441c7ae2c8a0518764265ef6a08449165ced
Author: luxufan <luxufan at iscas.ac.cn>
Date: 2023-01-03 (Tue, 03 Jan 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/LoopFuse.cpp
M llvm/test/Transforms/LoopFusion/guarded.ll
Log Message:
-----------
[LoopFusion] Exit early if one of fusion candidate has guarded branch but the another has not
Fixes: https://github.com/llvm/llvm-project/issues/59024
Reviewed By: nikic
Differential Revision: https://reviews.llvm.org/D138269
More information about the All-commits
mailing list