Skip to content

Commit

Permalink
remove new trig functions from isTriviallyVectorizable.
Browse files Browse the repository at this point in the history
  • Loading branch information
farzonl committed Jun 21, 2024
1 parent dcb0fab commit 47b8c4b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions llvm/lib/Analysis/VectorUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,6 @@ bool llvm::isTriviallyVectorizable(Intrinsic::ID ID) {
case Intrinsic::sin:
case Intrinsic::cos:
case Intrinsic::tan:
case Intrinsic::asin:
case Intrinsic::acos:
case Intrinsic::atan:
case Intrinsic::sinh:
case Intrinsic::cosh:
case Intrinsic::tanh:
case Intrinsic::exp:
case Intrinsic::exp2:
case Intrinsic::log:
Expand Down

0 comments on commit 47b8c4b

Please sign in to comment.