[all-commits] [llvm/llvm-project] 7f2293: [STATEPOINT] Mark LR is early-clobber implicit def.
serguei-katkov via All-commits
all-commits at lists.llvm.org
Sun Feb 20 20:31:28 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7f2293ba2596248319f9fdd3d97436b81c319a11
https://github.com/llvm/llvm-project/commit/7f2293ba2596248319f9fdd3d97436b81c319a11
Author: Serguei Katkov <serguei.katkov at azul.com>
Date: 2022-02-21 (Mon, 21 Feb 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
A llvm/test/CodeGen/AArch64/statepoint-call-lowering-lr.ll
Log Message:
-----------
[STATEPOINT] Mark LR is early-clobber implicit def.
LR is modified at the moment of the call and before any use is read.
Reviewers: reames
Reviewed By: reames
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D120114
More information about the All-commits
mailing list