[PATCH] D127279: [SelectionDAG] Handle bzero/memset libcalls globally instead of per target

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 8 05:11:11 PDT 2022


courbet added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/arm64_32.ll:735
 
 define void @test_bzero(i64 %in)  {
 ; CHECK-LABEL: test_bzero:
----------------
courbet wrote:
> can you add a `test_memset` with a nonzero value for the pattern ?
Wait actually this was tested in `arm64-memset-to-bzero.ll` which this patch deletes. Why is that ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127279



More information about the llvm-commits mailing list