[PATCH] D129169: [X86] Fix collectLeaves for adds used by phi that forms loop
LuoYuanke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 5 22:35:36 PDT 2022
LuoYuanke added inline comments.
================
Comment at: llvm/test/CodeGen/X86/madd.ll:3241
+ %ivloop = phi i64 [ %nextivloop, %loop ], [ 0, %entry ]
+ %scevgep_a1 = getelementptr i8, i8* %scevgep_a, i64 %ivloop
+ %scevgep_a2 = bitcast i8* %scevgep_a1 to <16 x i8>*
----------------
You may commit the test case first, so that it is easier for us to just review the change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129169/new/
https://reviews.llvm.org/D129169
More information about the llvm-commits
mailing list