[all-commits] [llvm/llvm-project] 69d9bb: [VPlan] Check recipe uses instead of type of under...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun Sep 11 04:25:53 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 69d9bb2aade39c76de9d6da9e2383377852e4d73
https://github.com/llvm/llvm-project/commit/69d9bb2aade39c76de9d6da9e2383377852e4d73
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-09-11 (Sun, 11 Sep 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[VPlan] Check recipe uses instead of type of underlying instr (NFC).
Suggested by @Ayal post-commit, to reduce the dependence on the
underlying instruction in favor of information available directly for
the recipe.
More information about the All-commits
mailing list