[PATCH] D116609: [EarlyCSE] Allow elimination of redundant writeonly calls

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 5 05:28:25 PST 2022


fhahn added inline comments.


================
Comment at: llvm/test/Transforms/EarlyCSE/memoryssa.ll:160
+; CHECK-NOMEMSSA: call i32 @write_only()
+  %call = call i32 @write_only()
+; CHECK: %v1 = load i32, i32* @G1
----------------
It might be good to throw in calls with matching and differing arguments?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116609



More information about the llvm-commits mailing list