[PATCH] D136015: [InstCombine] Fold series of instructions into mull
Allen zhong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 24 10:04:17 PDT 2022
Allen added a comment.
> If you remove that line, notice that the values in the later multiply get commuted. That happens before we reach this transform, so the test is trying to ensure that the exact placement of the values at runtime is the same as specified in the test.
Thanks very much for your guidance.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136015/new/
https://reviews.llvm.org/D136015
More information about the llvm-commits
mailing list