[all-commits] [llvm/llvm-project] b288f7: [codeview] Fix for PR43479
Amy Huang via All-commits
all-commits at lists.llvm.org
Wed Nov 13 10:32:52 PST 2019
Branch: refs/heads/release/9.x
Home: https://github.com/llvm/llvm-project
Commit: b288f7d6bb8fdd21d27ba755302db194c181fdaf
https://github.com/llvm/llvm-project/commit/b288f7d6bb8fdd21d27ba755302db194c181fdaf
Author: Amy Huang <akhuang at google.com>
Date: 2019-11-13 (Wed, 13 Nov 2019)
Changed paths:
M llvm/include/llvm/CodeGen/MachineFunction.h
M llvm/include/llvm/CodeGen/MachineInstr.h
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
M llvm/lib/CodeGen/MachineFunction.cpp
M llvm/lib/CodeGen/MachineInstr.cpp
M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
M llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
M llvm/test/CodeGen/X86/label-heapallocsite.ll
M llvm/test/CodeGen/X86/taildup-heapallocsite.ll
M llvm/unittests/CodeGen/MachineInstrTest.cpp
Log Message:
-----------
[codeview] Fix for PR43479
Summary:
Add instruction marker to MachineInstr ExtraInfo. This does almost the
same thing as Pre/PostInstrSymbols, except that it doesn't create a label until
printing instructions. This allows for labels to be put around instructions that
are deleted/duplicated somewhere.
Use this marker to track heap alloc site call instructions.
Reviewers: rnk
Subscribers: MatzeB, hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D69536
cherry picked from 742043047c973999eac7734e53f7872973933f24 with some
modifications.
More information about the All-commits
mailing list