[all-commits] [llvm/llvm-project] a73e4c: [LoopFuse] Change DT to reference in FusionCandida...
annamthomas via All-commits
all-commits at lists.llvm.org
Wed Feb 2 11:57:20 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a73e4ce6a59b01f0e37037761c1e6889d539d233
https://github.com/llvm/llvm-project/commit/a73e4ce6a59b01f0e37037761c1e6889d539d233
Author: Anna Thomas <anna at azul.com>
Date: 2022-02-02 (Wed, 02 Feb 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/LoopFuse.cpp
Log Message:
-----------
[LoopFuse] Change DT to reference in FusionCandidate struct. NFC
Assertion added in f50821cff0 confirms that the DT is indeed nonnull.
Change it to a reference instead of a pointer to make this explicit in
FusionCandidate.
Suggested in D118472.
More information about the All-commits
mailing list