[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 04:39:19 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:
My argument is that it helps with code indentation.
https://github.com/llvm/llvm-project/pull/76274
More information about the llvm-commits
mailing list