[PATCH] D135643: llvm-reduce: Add opcode reduction pass
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 10 22:52:13 PDT 2022
arsenm updated this revision to Diff 466702.
arsenm added a comment.
Handle a few easy cases where it's easy to replace a target specific intrinsic with a structurally identical generic intrinsic
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135643/new/
https://reviews.llvm.org/D135643
Files:
llvm/test/tools/llvm-reduce/reduce-opcodes.ll
llvm/tools/llvm-reduce/CMakeLists.txt
llvm/tools/llvm-reduce/DeltaManager.cpp
llvm/tools/llvm-reduce/deltas/ReduceOpcodes.cpp
llvm/tools/llvm-reduce/deltas/ReduceOpcodes.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135643.466702.patch
Type: text/x-patch
Size: 13557 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221011/4ee9dab2/attachment.bin>
More information about the llvm-commits
mailing list