Skip to content

Commit d83b5f1

Browse files
arsenmnekoshirro
authored andcommitted
InstCombine: Fix testing of pow libcall in errno case (llvm#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. Signed-off-by: Hafidz Muzakky <[email protected]>
1 parent 85c89e3 commit d83b5f1

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)