[all-commits] [llvm/llvm-project] 791523: [LV] Set loop metadata after VPlan execution (NFC).
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Jan 3 02:00:25 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 791523bae6153b13bb41ba05c9fc89e502cc4a1a
https://github.com/llvm/llvm-project/commit/791523bae6153b13bb41ba05c9fc89e502cc4a1a
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-01-03 (Mon, 03 Jan 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Set loop metadata after VPlan execution (NFC).
Setting the loop metadata for the vector loop after VPlan execution
allows generating the full loop body during VPlan execution. This is in
preparation for D113224.
More information about the All-commits
mailing list