[all-commits] [llvm/llvm-project] 1a9e45: [VPBuilder] Add setInsertPoint version taking a re...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Sep 25 04:18:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1a9e45080f079207a990ab7965cc7f1b00cc0991
https://github.com/llvm/llvm-project/commit/1a9e45080f079207a990ab7965cc7f1b00cc0991
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-09-25 (Mon, 25 Sep 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[VPBuilder] Add setInsertPoint version taking a recipe directly (NFC).
This helps to slightly simplify code when a recipe can be obtained
easily. Suggested in D158779.
More information about the All-commits
mailing list