[PATCH] D136912: [AArch64] precommit tests and code format for D136623, NFC
Allen zhong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 28 09:09:17 PDT 2022
Allen updated this revision to Diff 471575.
Allen added a comment.
a) delete the case shl_add_common_factor_commute2 with shl as it relies other transform
b) rename all the cases and delete the **_commute ** to avoid the misunderstand.
we only the operands when the **mul **operand on the 2nd operand, so in fact it is not commute.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136912/new/
https://reviews.llvm.org/D136912
Files:
llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
llvm/test/Transforms/InstCombine/add4.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136912.471575.patch
Type: text/x-patch
Size: 5938 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221028/cbbc474e/attachment.bin>
More information about the llvm-commits
mailing list