[InstSimplify] !(X && Y) || X --> true (for poison-safe logical ops)
https://alive2.llvm.org/ce/z/xuvL46 This is the similar to the existing folds added with: D138853 / f2973327 7dbeb127 ...but with the and/or swapped.
Loading
Please sign in to comment