[PATCH] D82290: [CodeMoverUtils][WIP] Isolate checks strictly related to the code motion candidate instruction

rithik sharma via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 22 05:20:46 PDT 2020


RithikSharma created this revision.
RithikSharma added reviewers: Whitney, bmahjour, etiotto.
RithikSharma added a project: LLVM.
Herald added subscribers: llvm-commits, jfb, hiraditya.

Some checks in isSafeToMoveBefore are independent of insert point, this patch isolate those checks and also adds some trivial checks from LICM. This is a work in progress until we move all the conservative insert point independent checks here from LICM.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D82290

Files:
  llvm/include/llvm/Transforms/Utils/CodeMoverUtils.h
  llvm/lib/Transforms/Utils/CodeMoverUtils.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82290.272384.patch
Type: text/x-patch
Size: 4384 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200622/fcef242f/attachment-0001.bin>


More information about the llvm-commits mailing list