[PATCH] D75830: Move Spiller.h from lib/ directory path to include/CodeGen. NFC

Marcello Maggioni via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 8 11:44:03 PDT 2020


kariddi created this revision.
kariddi added reviewers: qcolombet, arsenm.
kariddi added a project: LLVM.
Herald added subscribers: hiraditya, wdng, MatzeB.

This allows Spiller.h to be used and included outside of
the lib/CodeGen directory. For example to be used in the
lib/Target directory or other places.

also

Fix indentation using clang-format for Spiller.h. NFC
Spiller.h had indentation that doesn't match LLVM guidelines. Fixing it


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75830

Files:
  llvm/include/llvm/CodeGen/Spiller.h
  llvm/lib/CodeGen/InlineSpiller.cpp
  llvm/lib/CodeGen/RegAllocBase.cpp
  llvm/lib/CodeGen/RegAllocBasic.cpp
  llvm/lib/CodeGen/RegAllocGreedy.cpp
  llvm/lib/CodeGen/RegAllocPBQP.cpp
  llvm/lib/CodeGen/Spiller.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75830.249013.patch
Type: text/x-patch
Size: 6482 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200308/cd47b77b/attachment.bin>


More information about the llvm-commits mailing list