[all-commits] [llvm/llvm-project] 8677aa: [RISCV][GISel] Add initial pre-legalizer combiners...
Craig Topper via All-commits
all-commits at lists.llvm.org
Mon Sep 18 10:59:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8677aaa1a32af3aadfe90e506c278233695fcfe9
https://github.com/llvm/llvm-project/commit/8677aaa1a32af3aadfe90e506c278233695fcfe9
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-09-18 (Mon, 18 Sep 2023)
Changed paths:
M llvm/lib/Target/RISCV/CMakeLists.txt
A llvm/lib/Target/RISCV/GISel/RISCVO0PreLegalizerCombiner.cpp
A llvm/lib/Target/RISCV/GISel/RISCVPreLegalizerCombiner.cpp
M llvm/lib/Target/RISCV/RISCV.h
A llvm/lib/Target/RISCV/RISCVCombine.td
M llvm/lib/Target/RISCV/RISCVGISel.td
M llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
A llvm/test/CodeGen/RISCV/GlobalISel/combine.ll
M llvm/test/CodeGen/RISCV/GlobalISel/gisel-commandline-option.ll
Log Message:
-----------
[RISCV][GISel] Add initial pre-legalizer combiners copying from AArch64.
More information about the All-commits
mailing list