[PATCH] D69747: [IPConstantProp][NFCI] Improve and modernize tests

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 2 16:52:49 PDT 2019


jdoerfert added a comment.

In D69747#1731350 <https://reviews.llvm.org/D69747#1731350>, @davide wrote:

> [if you probably replace `opt -ipconstprop` with `opt -ipsccp` in the tests you'll stumble upon the cases I pointed out.


I briefly tried this and it looks like the two main features ipconstprop has and ipsccp not are: 1) multi-return/extractvalue support, 2) callback support


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69747





More information about the llvm-commits mailing list