[PATCH] D63338: PHINode: introduce setIncomingValueForBlock() function, and use it.

Whitney via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 14 09:55:35 PDT 2019


Whitney updated this revision to Diff 204801.
Whitney retitled this revision from "[NFC] PHINode: introduce setIncomingValueForBlock() function, and use it." to "PHINode: introduce setIncomingValueForBlock() function, and use it.".

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63338/new/

https://reviews.llvm.org/D63338

Files:
  llvm/include/llvm/IR/Instructions.h
  llvm/lib/CodeGen/SafeStack.cpp
  llvm/lib/Transforms/Scalar/GVN.cpp
  llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
  llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
  llvm/lib/Transforms/Scalar/StructurizeCFG.cpp
  llvm/lib/Transforms/Utils/LoopUnrollPeel.cpp
  llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp
  llvm/lib/Transforms/Utils/SimplifyCFG.cpp
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63338.204801.patch
Type: text/x-patch
Size: 8385 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190614/be199845/attachment.bin>


More information about the llvm-commits mailing list