Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix naming of llvm intrinsics #1751

Merged
merged 1 commit into from Mar 21, 2021
Merged

Conversation

lkeegan
Copy link
Member

@lkeegan lkeegan commented Mar 21, 2021

  • rename llvm.pow.f64.f64 -> llvm.pow.f64
  • similarly for pow.*, powi.*, maxnum.*, minnum.*

- display any output of llvm::verifyFunction
- rename "llvm.pow.f64.f64" -> "llvm.pow.f64"
- similarly for pow.*, powi.*, maxnum.*, minnum.*
@lkeegan
Copy link
Member Author

lkeegan commented Mar 21, 2021

fixes these warnings from running ./symengine/tests/eval/test_lambda_double:

Intrinsic name not mangled correctly for type arguments! Should be: llvm.maxnum.f64
double (double, double)* @llvm.maxnum.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.maxnum.f64
double (double, double)* @llvm.maxnum.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.minnum.f64
double (double, double)* @llvm.minnum.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.minnum.f64
double (double, double)* @llvm.minnum.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.maxnum.f64
double (double, double)* @llvm.maxnum.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.maxnum.f64
double (double, double)* @llvm.maxnum.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.maxnum.f64
double (double, double)* @llvm.maxnum.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.maxnum.f64
double (double, double)* @llvm.maxnum.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.maxnum.f64
double (double, double)* @llvm.maxnum.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.minnum.f64
double (double, double)* @llvm.minnum.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.minnum.f64
double (double, double)* @llvm.minnum.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.minnum.f64
double (double, double)* @llvm.minnum.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.minnum.f64
double (double, double)* @llvm.minnum.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.minnum.f64
double (double, double)* @llvm.minnum.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f64
double (double, double)* @llvm.pow.f64.f64
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f64
double (double, i32)* @llvm.powi.f64.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f32
float (float, i32)* @llvm.powi.f32.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f32
float (float, float)* @llvm.pow.f32.f32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f32
float (float, i32)* @llvm.powi.f32.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f32
float (float, float)* @llvm.pow.f32.f32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f32
float (float, i32)* @llvm.powi.f32.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f32
float (float, float)* @llvm.pow.f32.f32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f32
float (float, i32)* @llvm.powi.f32.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f32
float (float, float)* @llvm.pow.f32.f32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f32
float (float, i32)* @llvm.powi.f32.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f32
float (float, float)* @llvm.pow.f32.f32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f32
float (float, i32)* @llvm.powi.f32.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f32
float (float, float)* @llvm.pow.f32.f32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f32
float (float, i32)* @llvm.powi.f32.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f32
float (float, float)* @llvm.pow.f32.f32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f32
float (float, i32)* @llvm.powi.f32.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f32
float (float, float)* @llvm.pow.f32.f32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f32
float (float, i32)* @llvm.powi.f32.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f32
float (float, float)* @llvm.pow.f32.f32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f32
float (float, i32)* @llvm.powi.f32.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f32
float (float, float)* @llvm.pow.f32.f32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f32
float (float, i32)* @llvm.powi.f32.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f32
float (float, float)* @llvm.pow.f32.f32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f32
float (float, i32)* @llvm.powi.f32.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f32
float (float, float)* @llvm.pow.f32.f32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f32
float (float, i32)* @llvm.powi.f32.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f32
float (float, float)* @llvm.pow.f32.f32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f32
float (float, i32)* @llvm.powi.f32.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f32
float (float, float)* @llvm.pow.f32.f32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f32
float (float, i32)* @llvm.powi.f32.i32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.pow.f32
float (float, float)* @llvm.pow.f32.f32
Intrinsic name not mangled correctly for type arguments! Should be: llvm.powi.f32
float (float, i32)* @llvm.powi.f32.i32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants