[llvm-commits] [llvm] r95651 - in /llvm/trunk/test/CodeGen/Generic: switch-lower-feature-2.ll switch-lower-feature.ll

Anton Korobeynikov anton at korobeynikov.info
Mon Feb 8 23:46:59 PST 2010


Hi, Chris

> -; RUN: grep jb %t | count 1
> -; RUN: grep \\\$6 %t | count 2
> -; RUN: grep 1024 %t | count 1
> -; RUN: grep 1023 %t | count 1
> -; RUN: grep 119  %t | count 1
> -; RUN: grep JTI %t | count 2
> -; RUN: grep jg %t | count 3
> -; RUN: grep ja %t | count 1
> -; RUN: grep jns %t | count 1
These files actually test the behaviour of switch lowering. You just
removed that. Surely, it will never crash.
Please revert.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University




More information about the llvm-commits mailing list