[all-commits] [llvm/llvm-project] 86fc55: [LoopFusion] Remove unused DataLayout parameter (N...
Madhur Amilkanthwar via All-commits
all-commits at lists.llvm.org
Sat Jun 6 00:48:51 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 86fc55edc125fd86e2aebab278650bf724a8c1c5
https://github.com/llvm/llvm-project/commit/86fc55edc125fd86e2aebab278650bf724a8c1c5
Author: Madhur Amilkanthwar <madhura at nvidia.com>
Date: 2026-06-06 (Sat, 06 Jun 2026)
Changed paths:
M llvm/lib/Transforms/Scalar/LoopFuse.cpp
Log Message:
-----------
[LoopFusion] Remove unused DataLayout parameter (NFC) (#202009)
The LoopFuser constructor took a DataLayout reference that was never
stored or used, and run() computed it solely to pass it in. Drop both.
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