[all-commits] [llvm/llvm-project] 35d7bf: [mlir] Remove unused outer loop (NFC) (#127998)
laichunfeng via All-commits
all-commits at lists.llvm.org
Thu Feb 20 21:05:06 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 35d7bf21b6d665e8107288a6372fe9dfe0f0c329
https://github.com/llvm/llvm-project/commit/35d7bf21b6d665e8107288a6372fe9dfe0f0c329
Author: laichunfeng <laichunfeng at tencent.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M mlir/lib/Analysis/DataFlowFramework.cpp
Log Message:
-----------
[mlir] Remove unused outer loop (NFC) (#127998)
The program will exit the outer loop directly if inner loop ends, so the
outer do {} while() is redundant.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list