[PATCH] Remove dangling BlockAddresses in GlobalDCE

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Wed Aug 20 11:21:09 PDT 2014


> +; RUN: opt -O2 -simplifycfg -inline -early-cse -S < %s | FileCheck %s

Why do you need all these passes? You should be able to use just "
-simplifycfg -inline", no?

http://reviews.llvm.org/D4932






More information about the llvm-commits mailing list