summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/scheduler-handle-move-bundle.mir
Commit message (Collapse)AuthorAgeFilesLines
* [AMDGPU] Fix getInstrLatency() always returning 1Stanislav Mekhanoshin2020-01-141-1/+1
| | | | | | | | 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. Differential Revision: https://reviews.llvm.org/D72655
* LiveIntervals: Fix handleMove asserting on BUNDLEMatt Arsenault2019-07-191-0/+52
The top-level BUNDLE instruction should behave as an ordinary instruction. It is supposed to have all relevant registers as implicit operands. Moving it should work as any other instruction. I believe the assert intended to avoid moving instructions inside bundles. llvm-svn: 366605
OpenPOWER on IntegriCloud