[PATCH] Remove dangling BlockAddresses in GlobalDCE
Rafael EspĂndola
rafael.espindola at gmail.com
Wed Aug 20 11:20:55 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?
More information about the llvm-commits
mailing list