[PATCH] D65186: [MustExec] Add a generic "must-be-executed-context" explorer

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 23 20:17:44 PDT 2019


jdoerfert created this revision.
jdoerfert added reviewers: hfinkel, reames, spatel, fhahn, arsenm.
jdoerfert added a project: LLVM.

Given an instruction `I`, the MustBeExecutedContextExplorer allows to
easily traverse instructions that are guaranteed to be executed whenever
`I` is. For now, these instruction have to be statically "after" `I`, in
the same or different basic blocks.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D65186

Files:
  llvm/include/llvm/Analysis/MustExecute.h
  llvm/lib/Analysis/MustExecute.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65186.211404.patch
Type: text/x-patch
Size: 18695 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190724/2b16e725/attachment.bin>


More information about the llvm-commits mailing list