[all-commits] [llvm/llvm-project] a56257: [InstCombine] add tests for logical nand/nor; NFC

RotateRight via All-commits all-commits at lists.llvm.org
Tue Oct 5 15:37:56 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a56257e45ef658bb946d9c607d0bbb6d9b820368
      https://github.com/llvm/llvm-project/commit/a56257e45ef658bb946d9c607d0bbb6d9b820368
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-10-05 (Tue, 05 Oct 2021)

  Changed paths:
    M llvm/test/Transforms/InstCombine/not.ll

  Log Message:
  -----------
  [InstCombine] add tests for logical nand/nor; NFC


  Commit: bc72baa04789d337bca0261d4a13a3851e11c5be
      https://github.com/llvm/llvm-project/commit/bc72baa04789d337bca0261d4a13a3851e11c5be
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-10-05 (Tue, 05 Oct 2021)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
    M llvm/test/Transforms/InstCombine/not.ll

  Log Message:
  -----------
  [InstCombine] add folds for logical nand/nor

This is noted as a regression in:
https://llvm.org/PR52077


Compare: https://github.com/llvm/llvm-project/compare/9a9ec8e04b6b...bc72baa04789


More information about the All-commits mailing list