[VPlan] Don't assign slots for external defs (NFCI).
authorFlorian Hahn <flo@fhahn.com>
Sun, 9 Apr 2023 20:01:10 +0000 (21:01 +0100)
committerFlorian Hahn <flo@fhahn.com>
Sun, 9 Apr 2023 20:01:21 +0000 (21:01 +0100)
commit0dbcbfe0d014bae2e00232366bfbae2914fd713e
treeb0dfd569a290c31ebaab68b5b05a9b43e9cfd9a6
parent3c83480ae95dde9b5d45b6fd7cdb1c64332531d7
[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.
llvm/lib/Transforms/Vectorize/VPlan.cpp