[PATCH] D35821: Have ARM call setBooleanContents(ZeroOrOneBooleanContent).

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 24 16:51:34 PDT 2017


efriedma added a comment.

You might be able to rescue the testcases by adding a parameter "i1 %b" to the functions and using it instead of undef.  If you can't fix them, though, just throw them away; a test isn't really useful if it just gets simplified away.

Does this have any code generation impact on real code?


https://reviews.llvm.org/D35821





More information about the llvm-commits mailing list