diff options
| author | Roman Lebedev <lebedev.ri@gmail.com> | 2018-05-07 09:42:45 +0000 |
|---|---|---|
| committer | Roman Lebedev <lebedev.ri@gmail.com> | 2018-05-07 09:42:45 +0000 |
| commit | ffec58bce6de00a711be983bd6c3407a642adc5c (patch) | |
| tree | dd6c0a7eb02db532ad18c9fa0a47cf97e88dc17f /llvm/lib/Target/Hexagon/HexagonMachineFunctionInfo.cpp | |
| parent | 967154148d7f4a0ad51c4ca1b799f18c42fb1e68 (diff) | |
| download | bcm5719-llvm-ffec58bce6de00a711be983bd6c3407a642adc5c.tar.gz bcm5719-llvm-ffec58bce6de00a711be983bd6c3407a642adc5c.zip | |
[InstCombine][NFC] Add tests for one more masked merge pattern.
This pattern came up in D46494.
I'm pretty sure we want to canonicalize it from
(x | ~m) & (y & m)
to
(x & m) | (y & ~m)
https://rise4fun.com/Alive/TEM
llvm-svn: 331625
Diffstat (limited to 'llvm/lib/Target/Hexagon/HexagonMachineFunctionInfo.cpp')
0 files changed, 0 insertions, 0 deletions

