Use API provided by MCInstrDesc to check if instruction implicitly
defines physical register instead of direct unchecked access to
MCInstrDesc::ImplicitDefs array (which might be null).
This makes CheckForPhysRegDependency() more robust.
Details
Details
- Reviewers
t.p.northover bogner
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This was landed as part of larger patch (D81648) for which this was a blocker. Abandoning this review.