Skip to content

Commit 75b89cc

Browse files
authored
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.
1 parent 89c92b0 commit 75b89cc

File tree

1 file changed

+546
-35
lines changed
  • llvm/test/Transforms/InstCombine

1 file changed

+546
-35
lines changed

0 commit comments

Comments
 (0)