paperchalice
|
79d0de2ac3
|
[CodeGen][NewPM] Port machine-loops to new pass manager (#97793)
- Add `MachineLoopAnalysis`.
- Add `MachineLoopPrinterPass`.
- Convert to `MachineLoopInfoWrapperPass` in legacy pass manager.
|
2024-07-09 09:11:18 +08:00 |
|
Mircea Trofin
|
383419931e
|
[NFC][mlgo] Fix imports post- PR#97023
|
2024-06-28 08:08:19 -07:00 |
|
Kazu Hirata
|
fef144cebb
|
Revert "[llvm] Use llvm::sort (NFC) (#96434)"
This reverts commit 05d167fc201b4f2e96108be0d682f6800a70c23d.
Reverting the patch fixes the following under EXPENSIVE_CHECKS:
LLVM :: CodeGen/AMDGPU/sched-group-barrier-pipeline-solver.mir
LLVM :: CodeGen/AMDGPU/sched-group-barrier-pre-RA.mir
LLVM :: CodeGen/PowerPC/aix-xcoff-used-with-stringpool.ll
LLVM :: CodeGen/PowerPC/merge-string-used-by-metadata.mir
LLVM :: CodeGen/PowerPC/mergeable-string-pool-large.ll
LLVM :: CodeGen/PowerPC/mergeable-string-pool-pass-only.mir
LLVM :: CodeGen/PowerPC/mergeable-string-pool.ll
|
2024-06-25 11:18:40 -07:00 |
|
Kazu Hirata
|
05d167fc20
|
[llvm] Use llvm::sort (NFC) (#96434)
|
2024-06-23 10:38:51 -07:00 |
|
Jay Foad
|
1650f1b3d7
|
Fix typo "indicies" (#92232)
|
2024-05-15 13:10:16 +01:00 |
|
Matt Arsenault
|
65b40f273f
|
RegAlloc: Rename MLRegalloc* files to use consistent captalization
The other regalloc related files use RegAlloc, not Regalloc.
|
2023-09-03 09:00:27 -04:00 |
|