[all-commits] [llvm/llvm-project] b70fe9: [InstCombine] avoid 'tmp' usage in test file; NFC

RotateRight via All-commits all-commits at lists.llvm.org
Wed May 26 05:32:34 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b70fe92f08e8aac8fa2e0d46d5d0a1ae56fe9d2f
      https://github.com/llvm/llvm-project/commit/b70fe92f08e8aac8fa2e0d46d5d0a1ae56fe9d2f
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-05-26 (Wed, 26 May 2021)

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

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

The update script ( utils/update_test_checks.py ) warns against this.


  Commit: 9e43b1e9a1f3b261ef998003bf7edba96d8c64a5
      https://github.com/llvm/llvm-project/commit/9e43b1e9a1f3b261ef998003bf7edba96d8c64a5
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-05-26 (Wed, 26 May 2021)

  Changed paths:
    M llvm/test/Transforms/InstCombine/fmul-exp.ll
    M llvm/test/Transforms/InstCombine/fmul-exp2.ll

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

The update script ( utils/update_test_checks.py ) warns against this.


  Commit: 01120fe5b39837f87e6fa34a5227b8f8634d7b01
      https://github.com/llvm/llvm-project/commit/01120fe5b39837f87e6fa34a5227b8f8634d7b01
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-05-26 (Wed, 26 May 2021)

  Changed paths:
    M llvm/test/Transforms/InstCombine/fmul-exp.ll
    M llvm/test/Transforms/InstCombine/fmul-exp2.ll

  Log Message:
  -----------
  [InstCombine] add fmul tests with shared operand; NFC

Baseline tests for:
D102698


Compare: https://github.com/llvm/llvm-project/compare/0de553dce009...01120fe5b398


More information about the All-commits mailing list