[PATCH] D80643: Move OrderedInstructions to CodeMoverUtils

rithik sharma via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 27 09:44:17 PDT 2020


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

This patch moves OrderedInstructions to CodeMoverUtils as It was the only place where OrderedInstructions is required.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80643

Files:
  llvm/include/llvm/Analysis/OrderedInstructions.h
  llvm/include/llvm/Transforms/Utils/CodeMoverUtils.h
  llvm/lib/Analysis/CMakeLists.txt
  llvm/lib/Analysis/OrderedInstructions.cpp
  llvm/lib/Transforms/Utils/CodeMoverUtils.cpp
  llvm/unittests/Analysis/CMakeLists.txt
  llvm/unittests/Analysis/OrderedInstructionsTest.cpp
  llvm/unittests/Transforms/Utils/CodeMoverUtilsTest.cpp
  llvm/utils/gn/secondary/llvm/lib/Analysis/BUILD.gn
  llvm/utils/gn/secondary/llvm/unittests/Analysis/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80643.266576.patch
Type: text/x-patch
Size: 14128 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200527/110144c1/attachment-0001.bin>


More information about the llvm-commits mailing list