[PATCH] D46073: [DagCombine] De Morgan laws: 'nand' logic with an inverted operand
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 25 15:13:36 PDT 2018
lebedev.ri updated this revision to Diff 144020.
lebedev.ri added a comment.
- Rebased ontop of revised tests
- Fix vector handling
- the same `@test_andnotpd` / `@test_andnotps` in `test/CodeGen/X86/{sse,sse2,avx}-schedule.ll` broke, just like in the motivational case specified in https://reviews.llvm.org/D46031 :/
Repository:
rL LLVM
https://reviews.llvm.org/D46073
Files:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
test/CodeGen/AArch64/demorgan-extra.ll
test/CodeGen/AArch64/demorgan.ll
test/CodeGen/AArch64/unfold-masked-merge-scalar-variablemask.ll
test/CodeGen/X86/avx-schedule.ll
test/CodeGen/X86/demorgan-extra.ll
test/CodeGen/X86/demorgan.ll
test/CodeGen/X86/sse-schedule.ll
test/CodeGen/X86/sse2-schedule.ll
test/CodeGen/X86/unfold-masked-merge-scalar-variablemask.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46073.144020.patch
Type: text/x-patch
Size: 50016 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180425/ea285b26/attachment.bin>
More information about the llvm-commits
mailing list