Skip to content

Commit

Permalink
InstCombine: Fix testing of pow libcall in errno case (#94772)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
arsenm authored Jun 7, 2024
1 parent 89c92b0 commit 75b89cc
Showing 1 changed file with 546 additions and 35 deletions.
Loading

0 comments on commit 75b89cc

Please sign in to comment.