We do not have InstrItinerary so generic getInstLatency() was always
defaulting to return 1 cycle. We need to use TargetSchedModel instead
to compute an instruction's latency.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo