[all-commits] [llvm/llvm-project] 687f04: [NFC][loop-idiom] Rename Stores to IgnoredInsts; F...
Han Zhu via All-commits
all-commits at lists.llvm.org
Wed Aug 18 10:54:14 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 687f046c979a10bdd865b0bed0d9043f594658b8
https://github.com/llvm/llvm-project/commit/687f046c979a10bdd865b0bed0d9043f594658b8
Author: Han Zhu <zhuhan7737 at gmail.com>
Date: 2021-08-18 (Wed, 18 Aug 2021)
Changed paths:
M llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
Log Message:
-----------
[NFC][loop-idiom] Rename Stores to IgnoredInsts; Fix a typo
When dealing with memmove, we also add the load instruction to the ignored
instructions list passed to `mayLoopAccessLocation`. Renaming "Stores" to
"IgnoredInsts" to be more precise.
Differential Revision: https://reviews.llvm.org/D108275
More information about the All-commits
mailing list