[PATCH] D94182: [NFC] Don't copy MachineFrameInfo on each invocation of HasAlias
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 6 10:00:21 PST 2021
rnk accepted this revision.
rnk added a subscriber: hliao.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm
================
Comment at: llvm/lib/CodeGen/MachineInstr.cpp:1290
- auto HasAlias = [MFI, AA, UseTBAA](const MachineMemOperand *MMOa,
- const MachineMemOperand *MMOb) {
----------------
@hliao, this value capture is the source of the issue.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94182/new/
https://reviews.llvm.org/D94182
More information about the llvm-commits
mailing list