[PATCH] D77868: [InstSimplify] fold select of bools using bitwise logic

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 13 10:45:06 PDT 2020


nikic requested changes to this revision.
nikic added a comment.
This revision now requires changes to proceed.

I think I have an actual example of a miscompile now: http://volta.cs.utah.edu:8080/z/VBAN4q

This fold does exist in InstSimplify: https://godbolt.org/z/7n3oQ8


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77868/new/

https://reviews.llvm.org/D77868





More information about the llvm-commits mailing list