[PATCH] D46072: [DagCombine][InstCombine][NFC] De Morgan law tests

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 25 15:13:35 PDT 2018


lebedev.ri updated this revision to Diff 144018.
lebedev.ri edited the summary of this revision.
lebedev.ri added a comment.
Herald added a reviewer: javed.absar.
Herald added a subscriber: kristof.beyls.

- Add vector tests (+undef)
- Move out of `test/CodeGen/MIR/Generic/` (they can't be there.), into `test/CodeGen/{X86,AArch64}`

I don't like this duplication, but not sure how to avoid it.


Repository:
  rL LLVM

https://reviews.llvm.org/D46072

Files:
  test/CodeGen/AArch64/demorgan-extra.ll
  test/CodeGen/AArch64/demorgan.ll
  test/CodeGen/X86/demorgan-extra.ll
  test/CodeGen/X86/demorgan.ll
  test/Transforms/InstCombine/demorgan-extra.ll
  test/Transforms/InstCombine/demorgan.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46072.144018.patch
Type: text/x-patch
Size: 102380 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180425/ca8696a4/attachment-0001.bin>


More information about the llvm-commits mailing list