[all-commits] [llvm/llvm-project] 19d286: [VPlan] Assert that inst isnt' a debug or pseudo i...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun Sep 3 13:32:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 19d286bca00ac15be780fe9886aa0a6b6ebbee3d
https://github.com/llvm/llvm-project/commit/19d286bca00ac15be780fe9886aa0a6b6ebbee3d
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-09-03 (Sun, 03 Sep 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.cpp
Log Message:
-----------
[VPlan] Assert that inst isnt' a debug or pseudo inst (NFCI).
Debug and pseudo instructions aren't modeled in VPlan. Turn a check into
an assertion. This will help removing the direct use of Inst here in the
future.
More information about the All-commits
mailing list