[all-commits] [llvm/llvm-project] fc6fda: Fix incorrect logic in maintaining the side-effect...
jinlin-bayarea via All-commits
all-commits at lists.llvm.org
Fri Mar 6 09:13:32 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fc6fda90f708ec0a8dc26ef7e936ea70df0b879b
https://github.com/llvm/llvm-project/commit/fc6fda90f708ec0a8dc26ef7e936ea70df0b879b
Author: Jin Lin <jinl at uber.com>
Date: 2020-03-06 (Fri, 06 Mar 2020)
Changed paths:
M llvm/lib/CodeGen/MachineOutliner.cpp
M llvm/test/CodeGen/AArch64/machine-outliner-noreturn-save-lr.mir
A llvm/test/CodeGen/AArch64/machine-outliner-side-effect.mir
Log Message:
-----------
Fix incorrect logic in maintaining the side-effect of compiler generated outliner functions
Summary: Fix incorrect logic in maintaining the side-effect of compiler generated outliner functions by adding the up-exposed uses.
Reviewers: paquette, tellenbach
Reviewed By: paquette
Subscribers: aemerson, lebedev.ri, hiraditya, llvm-commits, jinlin
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D71217
More information about the All-commits
mailing list