[PATCH] D74904: [CallSiteInfo] Handle bundles when updating call site info

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 25 07:43:51 PST 2020


djtodoro updated this revision to Diff 246462.
djtodoro retitled this revision from "WIP: [CallSiteInfo] Erase call site info for a MI from bundle" to "[CallSiteInfo] Handle bundles when updating call site info".
djtodoro edited the summary of this revision.
djtodoro added a comment.
Herald added subscribers: asbirlea, MatzeB.

-Handle bundles within:

- `isCandidateForCallSiteEntry()`
- erase, copy and move call site methods

TODO: Reduce the test case.


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

https://reviews.llvm.org/D74904

Files:
  llvm/include/llvm/CodeGen/MachineFunction.h
  llvm/include/llvm/CodeGen/MachineInstr.h
  llvm/lib/CodeGen/BranchFolding.cpp
  llvm/lib/CodeGen/IfConversion.cpp
  llvm/lib/CodeGen/LiveRangeEdit.cpp
  llvm/lib/CodeGen/MachineFunction.cpp
  llvm/lib/CodeGen/MachineInstr.cpp
  llvm/lib/CodeGen/MachineLICM.cpp
  llvm/lib/CodeGen/MachineOutliner.cpp
  llvm/lib/CodeGen/PeepholeOptimizer.cpp
  llvm/lib/CodeGen/TailDuplicator.cpp
  llvm/lib/CodeGen/TargetInstrInfo.cpp
  llvm/lib/CodeGen/UnreachableBlockElim.cpp
  llvm/lib/CodeGen/XRayInstrumentation.cpp
  llvm/lib/Target/AArch64/AArch64CleanupLocalDynamicTLSPass.cpp
  llvm/test/CodeGen/Thumb2/call-site-info-update.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74904.246462.patch
Type: text/x-patch
Size: 38067 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200225/42f0f6d2/attachment-0001.bin>


More information about the llvm-commits mailing list