[PATCH] D104296: [SCCP] Remove code redundancy in resolvedUndefsIn

ksyx via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 15 07:17:50 PDT 2021


ksyx created this revision.
ksyx added a reviewer: lattner.
Herald added a subscriber: hiraditya.
ksyx requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Merge similar logic at the end of processing each type of switch/branch instructions into one to make code more clear.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D104296

Files:
  llvm/lib/Transforms/Utils/SCCPSolver.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104296.352130.patch
Type: text/x-patch
Size: 5383 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210615/579b88cd/attachment.bin>


More information about the llvm-commits mailing list