[all-commits] [llvm/llvm-project] 75b89c: InstCombine: Fix testing of pow libcall in errno c...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Jun 7 13:38:11 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 75b89cc00c0dcc5694c94dd553c5c5204e2e4192
      https://github.com/llvm/llvm-project/commit/75b89cc00c0dcc5694c94dd553c5c5204e2e4192
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-06-07 (Fri, 07 Jun 2024)

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

  Log Message:
  -----------
  InstCombine: Fix testing of pow libcall in errno case (#94772)

There were some tests in this file with "noerrno" in the name, but all
the tests were no errno since all the libcalls were declared with
memory(none). Ensure we have adequate coverage for the errno and
no-errno cases by duplicating the libcall transform cases into errno and
non-errno versions with callsite attributes.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list