[PATCH] D85392: [WebAssembly][ConstantFolding] Fold fp-to-int truncation intrinsics

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 10 12:27:56 PDT 2020


dschuff accepted this revision.
dschuff added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/Analysis/ConstantFolding.cpp:1814
   assert(Operands.size() == 1 && "Wrong number of operands.");
-
   if (IntrinsicID == Intrinsic::is_constant) {
----------------
stray deletion?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85392



More information about the llvm-commits mailing list