[all-commits] [llvm/llvm-project] 016d91: [CallSiteInfo] Handle bundles when updating call s...
Djordje Todorovic via All-commits
all-commits at lists.llvm.org
Thu Feb 27 04:57:23 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 016d91ccbd4d434aa90fbfa6fd28e9da1abc9279
https://github.com/llvm/llvm-project/commit/016d91ccbd4d434aa90fbfa6fd28e9da1abc9279
Author: Djordje Todorovic <djordje.todorovic at rt-rk.com>
Date: 2020-02-27 (Thu, 27 Feb 2020)
Changed paths:
M llvm/include/llvm/CodeGen/MachineFunction.h
M llvm/include/llvm/CodeGen/MachineInstr.h
M llvm/lib/CodeGen/BranchFolding.cpp
M llvm/lib/CodeGen/IfConversion.cpp
M llvm/lib/CodeGen/LiveRangeEdit.cpp
M llvm/lib/CodeGen/MachineFunction.cpp
M llvm/lib/CodeGen/MachineInstr.cpp
M llvm/lib/CodeGen/MachineLICM.cpp
M llvm/lib/CodeGen/MachineOutliner.cpp
M llvm/lib/CodeGen/PeepholeOptimizer.cpp
M llvm/lib/CodeGen/TailDuplicator.cpp
M llvm/lib/CodeGen/TargetInstrInfo.cpp
M llvm/lib/CodeGen/UnreachableBlockElim.cpp
M llvm/lib/CodeGen/XRayInstrumentation.cpp
M llvm/lib/Target/AArch64/AArch64CleanupLocalDynamicTLSPass.cpp
A llvm/test/CodeGen/Thumb2/call-site-info-update.ll
Log Message:
-----------
[CallSiteInfo] Handle bundles when updating call site info
This will address the issue: P8198 and P8199 (from D73534).
The methods was not handle bundles properly.
Differential Revision: https://reviews.llvm.org/D74904
More information about the All-commits
mailing list