[PATCH] D70009: [ARM][ReachingDefAnalysis] Use RDA for loloops
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 10 14:29:20 PST 2019
dmgreen added inline comments.
================
Comment at: llvm/lib/CodeGen/ReachingDefAnalysis.cpp:138
MF = &mf;
+ MF->getProperties().set(MachineFunctionProperties::Property::TracksLiveness);
TRI = MF->getSubtarget().getRegisterInfo();
----------------
Can you explain this? Is it valid to just set this property?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70009/new/
https://reviews.llvm.org/D70009
More information about the llvm-commits
mailing list