Skip to content

Commit

Permalink
Add atan2 name check to isLoweredToCall in `llvm/include/llvm/Analy…
Browse files Browse the repository at this point in the history
…sis/TargetTransformInfoImpl.h`

TBD: Add testing for this change.
  • Loading branch information
tex3d committed Nov 7, 2024
1 parent 65d6652 commit e3b92d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ class TargetTransformInfoImplBase {
Name == "asin" || Name == "asinf" || Name == "asinl" ||
Name == "acos" || Name == "acosf" || Name == "acosl" ||
Name == "atan" || Name == "atanf" || Name == "atanl" ||
Name == "atan2" || Name == "atan2f" || Name == "atan2l"||
Name == "sinh" || Name == "sinhf" || Name == "sinhl" ||
Name == "cosh" || Name == "coshf" || Name == "coshl" ||
Name == "tanh" || Name == "tanhf" || Name == "tanhl" ||
Expand Down

0 comments on commit e3b92d1

Please sign in to comment.