[PATCH] D56074: [NFC] Add detector function for explicitly expressed guards

Artur Pilipenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 9 16:53:43 PST 2019


apilipenko added inline comments.


================
Comment at: lib/Analysis/GuardUtils.cpp:30
+  // deopt:
+  //   <non-side-effecting instructions>
+  //   deoptimize()
----------------
Why do we need this restriction?


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

https://reviews.llvm.org/D56074





More information about the llvm-commits mailing list