[all-commits] [llvm/llvm-project] 573a5d: llvm-reduce: Add opcode reduction pass
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Oct 12 17:34:20 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 573a5de7551cd33d00e67e4653d8c4e9e886b68b
https://github.com/llvm/llvm-project/commit/573a5de7551cd33d00e67e4653d8c4e9e886b68b
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-10-12 (Wed, 12 Oct 2022)
Changed paths:
A llvm/test/tools/llvm-reduce/reduce-opcodes.ll
M llvm/tools/llvm-reduce/CMakeLists.txt
M llvm/tools/llvm-reduce/DeltaManager.cpp
A llvm/tools/llvm-reduce/deltas/ReduceOpcodes.cpp
A llvm/tools/llvm-reduce/deltas/ReduceOpcodes.h
Log Message:
-----------
llvm-reduce: Add opcode reduction pass
Try some dumb strength reductions to "simpler" opcodes.
Make some opcode substitutions I typically try to get smaller
MIR out of codegen. This is a bit target specific and I have a
lot of increasingly target specific modifications I try
during manual reduction.
More information about the All-commits
mailing list