[PATCH] D75598: [InstCombine] Handle gc.relocate(null) in one iteration

Serguei Katkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 4 02:52:58 PST 2020


skatkov marked an inline comment as done.
skatkov added inline comments.


================
Comment at: llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp:4388
+  // users to worklist if they can be simplified to null.
+  // This is mostly compile time safe. Actually C can be transformed on the next
+  // iteration if InstCombine while we want to handle all gc.relocate chains in
----------------
safe -> save.


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

https://reviews.llvm.org/D75598





More information about the llvm-commits mailing list