[all-commits] [llvm/llvm-project] 5b00d1: [LV] Fetch vector loop region once and remember it...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue May 17 07:57:54 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5b00d13c00712de5161935d3d6b7af55cb8f3eb5
https://github.com/llvm/llvm-project/commit/5b00d13c00712de5161935d3d6b7af55cb8f3eb5
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-05-17 (Tue, 17 May 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Fetch vector loop region once and remember it (NFC).
This avoids an unnecessary lookup and makes the code slightly more
compact.
More information about the All-commits
mailing list