Skip to content
Commit d64faf6c authored by Suyog Sarda's avatar Suyog Sarda
Browse files

Added InstCombine Transform for patterns:

"((~A & B) | A) -> (A | B)" and "((A & B) | ~A) -> (~A | B)"

Original Patch credit to Ankit Jain !!

Differential Revision: http://reviews.llvm.org/D4591

llvm-svn: 213676
parent 54891de4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment