[all-commits] [llvm/llvm-project] a0468a: [InstCombine] add tests for sqrt libcalls; NFC

Sanjay Patel via All-commits all-commits at lists.llvm.org
Tue Jul 5 11:33:30 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a0468a56f09b2695bc7fc442ce499d0bcce6a410
      https://github.com/llvm/llvm-project/commit/a0468a56f09b2695bc7fc442ce499d0bcce6a410
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2022-07-05 (Tue, 05 Jul 2022)

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

  Log Message:
  -----------
  [InstCombine] add tests for sqrt libcalls; NFC


  Commit: 1562b1dcb978153b274fcee61b12b0a8dd80afe6
      https://github.com/llvm/llvm-project/commit/1562b1dcb978153b274fcee61b12b0a8dd80afe6
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2022-07-05 (Tue, 05 Jul 2022)

  Changed paths:
    M llvm/test/Transforms/InstCombine/pow-4.ll

  Log Message:
  -----------
  [InstCombine] avoid conflict between CHECK prefix and value name in test file; NFC

Tests can fail if a value name (%sqrt becomes SQRT) and that is the same as the RUN prefix.


Compare: https://github.com/llvm/llvm-project/compare/b170d856a3a3...1562b1dcb978


More information about the All-commits mailing list