[PATCH] D81648: MIR Statepoint refactoring. Part 4: ISEL changes.

Denis Antrushin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 10 12:47:29 PDT 2020


dantrushin updated this revision to Diff 277132.
dantrushin marked 2 inline comments as done.
dantrushin added a comment.

Addressed comments.

Now it appears that `Ptr2ResNo` and `LowerAsVReg` somewhat duplicate
each other. Perhaps I can rename `Ptr2ResNo` to `LowerAsVReg` and get
rid of old `LowerAsVReg`? Or it will hurt readability?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81648/new/

https://reviews.llvm.org/D81648

Files:
  llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
  llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
  llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
  llvm/lib/CodeGen/SelectionDAG/StatepointLowering.h
  llvm/lib/CodeGen/TargetLoweringBase.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81648.277132.patch
Type: text/x-patch
Size: 15792 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200710/7b63f316/attachment.bin>


More information about the llvm-commits mailing list