[PATCH] D51207: Introduce llvm.experimental.widenable_condition intrinsic

Artur Pilipenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 4 14:56:21 PDT 2018


apilipenko added inline comments.


================
Comment at: docs/LangRef.rst:15097-15099
+defined as follows: as long as the block `deopt` only contains the
+call to ``@llvm.experimental.deoptimize`` and instructions without
+side effects, it is valid to replace
----------------
Why do you need this limitation?


https://reviews.llvm.org/D51207





More information about the llvm-commits mailing list