[all-commits] [llvm/llvm-project] 678c1a: [LoopFusion][NFC] Fix NumSunkInsts statistic descr...
Madhur Amilkanthwar via All-commits
all-commits at lists.llvm.org
Fri Jun 5 07:21:09 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 678c1a2a02927677e1013c5cb60cc3dc09e461e8
https://github.com/llvm/llvm-project/commit/678c1a2a02927677e1013c5cb60cc3dc09e461e8
Author: Madhur Amilkanthwar <madhura at nvidia.com>
Date: 2026-06-05 (Fri, 05 Jun 2026)
Changed paths:
M llvm/lib/Transforms/Scalar/LoopFuse.cpp
Log Message:
-----------
[LoopFusion][NFC] Fix NumSunkInsts statistic description (NFC) (#201841)
The NumSunkInsts counter was described as "Number of hoisted preheader
instructions.", a copy of NumHoistedInsts. It counts sunk instructions.
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