search for: d33342

Displaying 1 result from an estimated 1 matches for "d33342".

Did you mean: d33341
2017 May 19
5
[llvm] r303387 - [InstCombine] add more tests for xor-of-icmps; NFC
...defs. >> > >> > "Local" means in the same basic block from what I can tell by the code >> here. >> > >> > I think this means that this pass explicitly defers handling simple >> cases >> > like: >> > https://reviews.llvm.org/D33342 >> > ...to another pass, and currently that pass is InstCombine (because the >> > patterns really can't be any simpler than the tests in that patch, >> right?). >> > >> > I think that improving compile-time should not preclude improving >> > In...