[all-commits] [llvm/llvm-project] 8bfcf1: [InstCombine] move/add tests for binops with sext ...

RotateRight via All-commits all-commits at lists.llvm.org
Mon Nov 22 11:44:29 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8bfcf1ab6c6d92e8b6f21ec3a32cfc4ae4079e7d
      https://github.com/llvm/llvm-project/commit/8bfcf1ab6c6d92e8b6f21ec3a32cfc4ae4079e7d
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-11-22 (Mon, 22 Nov 2021)

  Changed paths:
    M llvm/test/Transforms/InstCombine/and.ll
    M llvm/test/Transforms/InstCombine/binop-cast.ll
    M llvm/test/Transforms/InstCombine/or.ll

  Log Message:
  -----------
  [InstCombine] move/add tests for binops with sext operand; NFC


  Commit: 78dc50e5a1a3a477ed80d3011eae59bc12562c3c
      https://github.com/llvm/llvm-project/commit/78dc50e5a1a3a477ed80d3011eae59bc12562c3c
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-11-22 (Mon, 22 Nov 2021)

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

  Log Message:
  -----------
  [InstCombine] avoid 'tmp' usage in test files; NFC

The update script ( utils/update_test_checks.py ) warns against this
because it can conflict with the default FileCheck names given to
anonymous values in the IR.


  Commit: cbb75129b7cfcd50a527acf96469b2ad980352c1
      https://github.com/llvm/llvm-project/commit/cbb75129b7cfcd50a527acf96469b2ad980352c1
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-11-22 (Mon, 22 Nov 2021)

  Changed paths:
    M llvm/test/Transforms/InstCombine/and-compare.ll
    M llvm/test/Transforms/InstCombine/compare-signs.ll
    M llvm/test/Transforms/InstCombine/select-icmp-and.ll

  Log Message:
  -----------
  [InstCombine] regenerate test checks; NFC

Avoid phantom (cosmetic value naming) diffs in potential future patches.


Compare: https://github.com/llvm/llvm-project/compare/a40dcd060e9d...cbb75129b7cf


More information about the All-commits mailing list