diff options
author | chenglin.bi <chenglin.bi@linaro.org> | 2022-11-23 09:27:26 +0800 |
---|---|---|
committer | chenglin.bi <chenglin.bi@linaro.org> | 2022-11-23 09:28:10 +0800 |
commit | cdb7b804f665f4d250f6bad3941bcea68024e0a7 (patch) | |
tree | 42d2c295d8119dea82ca7fe30887ea8cdfc785ea /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 987b49395c604c794bee4439af4d3a47b4b58276 (diff) | |
download | llvm-cdb7b804f665f4d250f6bad3941bcea68024e0a7.zip llvm-cdb7b804f665f4d250f6bad3941bcea68024e0a7.tar.gz llvm-cdb7b804f665f4d250f6bad3941bcea68024e0a7.tar.bz2 |
[DAGCombiner] fold or (xor x, y),? patterns
or (xor x, y), x --> or x, y
or (xor x, y), y --> or x, y
or (xor x, y), (and x, y) --> or x, y
or (xor x, y), (or x, y) --> or x, y
Reviewed By: foad
Differential Revision: https://reviews.llvm.org/D138401
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions