[llvm] [LV] Fix crash when vectorizing function calls with linear args. (PR #76274)
Alexandros Lamprineas via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 28 07:42:26 PST 2023
================
@@ -498,13 +498,15 @@ void VPWidenCallRecipe::execute(VPTransformState &State) {
"DbgInfoIntrinsic should have been dropped during VPlan construction");
State.setDebugLocFrom(CI.getDebugLoc());
+ Intrinsic::ID ID = VectorIntrinsicID;
----------------
labrinea wrote:
Done
https://github.com/llvm/llvm-project/pull/76274
More information about the llvm-commits
mailing list