[all-commits] [llvm/llvm-project] 168e23: [VPlan] Remove reference to Instr when setting deb...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Sep 5 02:59:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 168e23c741ca648771a842cb85938a99943902dc
https://github.com/llvm/llvm-project/commit/168e23c741ca648771a842cb85938a99943902dc
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-09-05 (Tue, 05 Sep 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
Log Message:
-----------
[VPlan] Remove reference to Instr when setting debug loc. (NFCI)
This allows untangling references to underlying IR for various recipes.
More information about the All-commits
mailing list