[PATCH] D80397: SimplifyCFG: Clean up optforfuzzing implementation

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 21 12:27:22 PDT 2020


arsenm created this revision.
arsenm added reviewers: morehouse, jdoerfert, hfinkel, vitalybuka.
Herald added subscribers: hiraditya, wdng.
Herald added a project: LLVM.

This should function as any other SimplifyCFGOption rather than having
the transform check and specially consider the attribute itself.


https://reviews.llvm.org/D80397

Files:
  llvm/include/llvm/Transforms/Utils/Local.h
  llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp
  llvm/lib/Transforms/Utils/SimplifyCFG.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80397.265572.patch
Type: text/x-patch
Size: 4071 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200521/aad39c92/attachment.bin>


More information about the llvm-commits mailing list