[PATCH] D120580: [bugpoint] construct a plausible TargetMachine for simplifyCFG

Jameson Nash via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 25 11:15:20 PST 2022


vtjnash created this revision.
Herald added a subscriber: fedor.sergeev.
vtjnash requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Added in https://reviews.llvm.org/D22845, I do not really know why
simplifyCFG here needs the TTI, but I assume it would be better if it
had the precise information for the TM it is trying to bugpoint, and not
only the minimal DataLayout Concept.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120580

Files:
  llvm/tools/bugpoint/BugDriver.cpp
  llvm/tools/bugpoint/BugDriver.h
  llvm/tools/bugpoint/CrashDebugger.cpp
  llvm/tools/bugpoint/ExecutionDriver.cpp
  llvm/tools/bugpoint/Miscompilation.cpp
  llvm/tools/bugpoint/ToolRunner.cpp
  llvm/tools/bugpoint/ToolRunner.h
  llvm/tools/bugpoint/bugpoint.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120580.411469.patch
Type: text/x-patch
Size: 16035 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220225/7612ce92/attachment.bin>


More information about the llvm-commits mailing list