[all-commits] [llvm/llvm-project] 3a4dc5: [CSInfo] Fix the assertions regarding updating the...
Djordje Todorovic via All-commits
all-commits at lists.llvm.org
Mon Feb 10 01:55:41 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3a4dc577c97218c4915f18108ed9945be8250289
https://github.com/llvm/llvm-project/commit/3a4dc577c97218c4915f18108ed9945be8250289
Author: Djordje Todorovic <djordje.todorovic at rt-rk.com>
Date: 2020-02-10 (Mon, 10 Feb 2020)
Changed paths:
M llvm/lib/CodeGen/MachineLICM.cpp
M llvm/lib/Target/AArch64/AArch64CleanupLocalDynamicTLSPass.cpp
M llvm/lib/Target/X86/X86SpeculativeLoadHardening.cpp
M llvm/test/CodeGen/AArch64/arm64-tls-dynamics.ll
M llvm/test/CodeGen/X86/hoist-invariant-load.ll
M llvm/test/CodeGen/X86/speculative-load-hardening-indirect.ll
Log Message:
-----------
[CSInfo] Fix the assertions regarding updating the CSInfo
The call site info was not updated correctly when deleting
corresponding call instructions.
Differential Revision: https://reviews.llvm.org/D73700
More information about the All-commits
mailing list