[all-commits] [llvm/llvm-project] 1978b4: [MachineCombiner][RISCV] Enable MachineCombiner fo...
Anton Sidorenko via All-commits
all-commits at lists.llvm.org
Tue Oct 18 08:58:25 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1978b4d968c412c7379b226a4fb4e30f7d31e3dc
https://github.com/llvm/llvm-project/commit/1978b4d968c412c7379b226a4fb4e30f7d31e3dc
Author: Anton Sidorenko <anton.sidorenko at syntacore.com>
Date: 2022-10-18 (Tue, 18 Oct 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfo.h
M llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
M llvm/test/CodeGen/RISCV/O3-pipeline.ll
A llvm/test/CodeGen/RISCV/machine-combiner-mir.ll
M llvm/test/CodeGen/RISCV/machine-combiner.ll
Log Message:
-----------
[MachineCombiner][RISCV] Enable MachineCombiner for RISCV
Initial implementation to match basic FP reassociation patterns.
Differential Revision: https://reviews.llvm.org/D135264
More information about the All-commits
mailing list