[PATCH] D121585: [InstCombine] Sink instructions with multiple users in a successor block.

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 17 01:28:46 PDT 2022


nikic accepted this revision.
nikic added a comment.

LGTM



================
Comment at: llvm/test/Transforms/InstCombine/sink_instruction.ll:241
+
+declare void @abort()
+declare { i64, i1 } @llvm.umul.with.overflow.i64(i64, i64)
----------------
Precommit this test addition please.


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

https://reviews.llvm.org/D121585



More information about the llvm-commits mailing list