[PATCH] D18574: Replace MachineRegisterInfo::isSSA() with a MachineFunctionProperty

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 29 13:44:47 PDT 2016


dschuff created this revision.
dschuff added a reviewer: qcolombet.
dschuff added a subscriber: llvm-commits.
Herald added a reviewer: tstellarAMD.
Herald added subscribers: arsenm, jfb, qcolombet, MatzeB.

Use the MachineFunctionProperty mechanism to indicate whether a MachineFunction
is in SSA form instead of a custom method on MachineRegisterInfo. NFC.

http://reviews.llvm.org/D18574

Files:
  include/llvm/CodeGen/MachineFunction.h
  include/llvm/CodeGen/MachineRegisterInfo.h
  lib/CodeGen/IfConversion.cpp
  lib/CodeGen/LiveVariables.cpp
  lib/CodeGen/MIRParser/MIRParser.cpp
  lib/CodeGen/MIRPrinter.cpp
  lib/CodeGen/MachineFunction.cpp
  lib/CodeGen/MachineLICM.cpp
  lib/CodeGen/MachineRegisterInfo.cpp
  lib/CodeGen/MachineVerifier.cpp
  lib/CodeGen/PHIElimination.cpp
  lib/CodeGen/ProcessImplicitDefs.cpp
  lib/CodeGen/RegAllocFast.cpp
  lib/CodeGen/TailDuplication.cpp
  lib/CodeGen/TwoAddressInstructionPass.cpp
  lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
  lib/Target/AMDGPU/SIShrinkInstructions.cpp
  lib/Target/WebAssembly/WebAssemblyStoreResults.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18574.51976.patch
Type: text/x-patch
Size: 16685 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160329/391ffd69/attachment.bin>


More information about the llvm-commits mailing list