[all-commits] [llvm/llvm-project] b6e8f6: [LV] Skipping all debug instructions when native v...
Mel Chen via All-commits
all-commits at lists.llvm.org
Mon Jan 15 19:08:22 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b6e8f6604c1ca79e01d3db816c16101ae2834f60
https://github.com/llvm/llvm-project/commit/b6e8f6604c1ca79e01d3db816c16101ae2834f60
Author: Mel Chen <mel.chen at sifive.com>
Date: 2024-01-16 (Tue, 16 Jan 2024)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp
A llvm/test/Transforms/LoopVectorize/dbg-outer-loop-vect.ll
Log Message:
-----------
[LV] Skipping all debug instructions when native vplan is enabled (#77413)
The following internal error occurred when using native vplan to
vectorize the program with the debug info generation.
Assertion `!isa<DbgInfoIntrinsic>(CI) && "DbgInfoIntrinsic should have been dropped during VPlan construction"' failed.
This patch ignored all debug instructions to fix the error when native
vplan is enabled.
More information about the All-commits
mailing list