[PATCH] D136560: llvm-reduce: Try to turn calls into something else

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 23 11:53:41 PDT 2022


arsenm created this revision.
arsenm added reviewers: aeubanks, regehr, lebedev.ri.
Herald added a project: All.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

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.


https://reviews.llvm.org/D136560

Files:
  llvm/test/tools/llvm-reduce/reduce-opcodes-call-typed-pointers.ll
  llvm/test/tools/llvm-reduce/reduce-opcodes-call.ll
  llvm/tools/llvm-reduce/deltas/ReduceOpcodes.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136560.469997.patch
Type: text/x-patch
Size: 22140 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221023/9eb2e9bb/attachment.bin>


More information about the llvm-commits mailing list