[all-commits] [llvm/llvm-project] f9317b: Fix tied operands in phi-coalescing.mir test; try ...
Matthias Braun via All-commits
all-commits at lists.llvm.org
Fri Sep 30 17:21:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f9317bf0bed0e0f248c18114afa24dcd56d727ae
https://github.com/llvm/llvm-project/commit/f9317bf0bed0e0f248c18114afa24dcd56d727ae
Author: Matthias Braun <matze at braunis.de>
Date: 2022-09-30 (Fri, 30 Sep 2022)
Changed paths:
M llvm/test/CodeGen/MLRegalloc/Inputs/reference-prio-log-noml.txt
M llvm/test/CodeGen/MLRegalloc/dev-mode-extra-features-logging.ll
M llvm/test/CodeGen/MLRegalloc/dev-mode-logging.ll
M llvm/test/CodeGen/MLRegalloc/dev-mode-prio-logging.ll
M llvm/test/DebugInfo/MIR/InstrRef/phi-coalescing.mir
Log Message:
-----------
Fix tied operands in phi-coalescing.mir test; try to adapt MLRegalloc tests
Fix a test using invalid MLIR using different VRegs for the tied operands
of ADD64rr, which happened to trigger an assertion after my latest
changes.
Also attempting to adjust the MLRegalloc tests to the adjusted regalloc
(though I don't have a 100% working setup for them even without my
changes)
More information about the All-commits
mailing list