[all-commits] [llvm/llvm-project] 0dbcbf: [VPlan] Don't assign slots for external defs (NFCI).
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun Apr 9 13:02:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0dbcbfe0d014bae2e00232366bfbae2914fd713e
https://github.com/llvm/llvm-project/commit/0dbcbfe0d014bae2e00232366bfbae2914fd713e
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-04-09 (Sun, 09 Apr 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.cpp
Log Message:
-----------
[VPlan] Don't assign slots for external defs (NFCI).
External defs are VPValues wrapping an IR value and hence will get
printed as ir<>. We don't need to assign a slot for a VPValue number.
More information about the All-commits
mailing list