[PATCH] D130107: MemoryBuiltins: remove malloc-family funcs from list

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 22 01:42:02 PDT 2022


arichardson added inline comments.


================
Comment at: llvm/test/Transforms/NewGVN/calloc-load-removal.ll:18
 
 ; CHECK_NO_LIBCALLS-LABEL: @test1(
 ; CHECK_NO_LIBCALLS: load
----------------
Remove?


================
Comment at: llvm/test/Transforms/NewGVN/malloc-load-removal.ll:27
 
 ; CHECK_NO_LIBCALLS-LABEL: @test1(
 ; CHECK_NO_LIBCALLS: load
----------------
These lines should probably be removed since the RUN line is gone now?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130107



More information about the llvm-commits mailing list