[all-commits] [llvm/llvm-project] 4638ba: llvm-reduce: Try to turn calls into something else
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Nov 7 21:40:11 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4638ba7b45f896132f3ee8c665ed390167b5d6b4
https://github.com/llvm/llvm-project/commit/4638ba7b45f896132f3ee8c665ed390167b5d6b4
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-11-07 (Mon, 07 Nov 2022)
Changed paths:
A llvm/test/tools/llvm-reduce/reduce-opcodes-call-typed-pointers.ll
A llvm/test/tools/llvm-reduce/reduce-opcodes-call.ll
M llvm/tools/llvm-reduce/deltas/ReduceOpcodes.cpp
Log Message:
-----------
llvm-reduce: Try to turn calls into something else
Try to turn calls that look like operators into known
intrinsics. Also try to turn calls that look like a load or
a store into a load or store.
More information about the All-commits
mailing list