[all-commits] [llvm/llvm-project] 627392: [LV] Move AddRuntimeUnrollDisableMetaData so it ca...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun Jan 16 02:32:56 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 62739204d40b3ccb93469e023189c01b9fc4b9ab
https://github.com/llvm/llvm-project/commit/62739204d40b3ccb93469e023189c01b9fc4b9ab
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-01-16 (Sun, 16 Jan 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Move AddRuntimeUnrollDisableMetaData so it can be used earlier (NFC)
Move up the definition of AddRuntimeUnrollDisableMetaData, so it can be
re-used earlier in the file in a follow-up patch.
More information about the All-commits
mailing list