[PATCH] D69136: Add a heap alloc site marker field to the ExtraInfo in MachineInstrs.

Amy Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 24 16:12:40 PDT 2019


akhuang updated this revision to Diff 226350.
akhuang marked an inline comment as done.
akhuang added a comment.

- Add unit tests for MachineInstr extra info
- Fix logic for the assert in setExtraInfo


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69136

Files:
  llvm/include/llvm/CodeGen/MachineFunction.h
  llvm/include/llvm/CodeGen/MachineInstr.h
  llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
  llvm/lib/CodeGen/MachineFunction.cpp
  llvm/lib/CodeGen/MachineInstr.cpp
  llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
  llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
  llvm/test/CodeGen/X86/label-heapallocsite.ll
  llvm/test/CodeGen/X86/taildup-heapallocsite.ll
  llvm/unittests/CodeGen/MachineInstrTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69136.226350.patch
Type: text/x-patch
Size: 34493 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191024/771d394b/attachment-0001.bin>


More information about the llvm-commits mailing list