[all-commits] [llvm/llvm-project] b0c9a7: [VPlan] Handle VPInst without underlying instr in ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Jun 7 13:01:12 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b0c9a71be017594b9376f1bdaa01a8f7e18f83ef
https://github.com/llvm/llvm-project/commit/b0c9a71be017594b9376f1bdaa01a8f7e18f83ef
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-06-07 (Tue, 07 Jun 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.cpp
Log Message:
-----------
[VPlan] Handle VPInst without underlying instr in VPInterleavedAccess.
This violation is hidden while `cast` is missing an isa assertion after
D123901.
More information about the All-commits
mailing list