Skip to content
Commit 455a53b7 authored by Devang Patel's avatar Devang Patel
Browse files

Filter loops where split condition's false branch is not empty. For example

for (int i = 0; i < N; ++i) {
  if (i == somevalue)
    dosomething();
   else
    dosomethingelse();
}

llvm-svn: 42121
parent 4c238c45
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment