[PATCH] D136244: Recommit [AArch64] Optimize memcmp when the result is tested for [in]equality with 0

Allen zhong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 29 04:45:43 PDT 2022


Allen updated this revision to Diff 471745.
Allen marked an inline comment as done.
Allen retitled this revision from "[AArch64] Optimize memcmp when the result is tested for [in]equality with 0" to "Recommit [AArch64] Optimize memcmp when the result is tested for [in]equality with 0".
Allen edited the summary of this revision.
Allen added a comment.

Fix the crash of https://github.com/llvm/llvm-project/issues/58675


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136244/new/

https://reviews.llvm.org/D136244

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/atomicrmw-O0.ll
  llvm/test/CodeGen/AArch64/bcmp-inline-small.ll
  llvm/test/CodeGen/AArch64/bcmp.ll
  llvm/test/CodeGen/AArch64/dag-combine-setcc.ll
  llvm/test/CodeGen/AArch64/i128-cmp.ll
  llvm/test/CodeGen/AArch64/umulo-128-legalisation-lowering.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136244.471745.patch
Type: text/x-patch
Size: 21299 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221029/c37dd8b2/attachment.bin>


More information about the llvm-commits mailing list