[PATCH] Added inst combine transforms for single bit tests from Chris's note

David Majnemer david.majnemer at gmail.com
Sun May 11 12:45:34 PDT 2014


You seem to be creating `SelectInst` instructions with the same `Value` for both the true and false arms. Instead, why not just return the `Value`?

http://reviews.llvm.org/D3717






More information about the llvm-commits mailing list