[PATCH] D95142: [SLC] Simplify strcpy and friends with non-zero address spaces

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 25 04:22:37 PST 2021


xbolva00 added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/strcpy-nonzero-as.ll:40
 
 ; TODO: this should be converted to a memcpy
 define void @test_strncpy_to_memcpy(i8 addrspace(200)* %dst) addrspace(200) nounwind {
----------------
Remove TODOs


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95142



More information about the llvm-commits mailing list