Tex Riddell
818d715989
[Analysis] atan2: isTriviallyVectorizable; add to massv and accelerate veclibs ( #113637 )
...
This change is part of this proposal:
https://discourse.llvm.org/t/rfc-all-the-math-intrinsics/78294
- Return true for atan2 from isTriviallyVectorizable
- Add atan2 to VecFuncs.def for massv and accelerate libraries.
- Add atan2 to hasOptimizedCodeGen
- Add atan2 support in llvm/lib/Analysis/ValueTracking.cpp
llvm::getIntrinsicForCallSite and update vectorization tests
- Add atan2 name check to isLoweredToCall in
llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
- Note: there's no test coverage for these names in isLoweredToCall, except that Transforms/TailCallElim/inf-recursion.ll is impacted by the "fabs" case
Thanks to @jroelofs for the atan2 accelerate veclib and associated test
additions, plus the hasOptimizedCodeGen addition.
Part of: Implement the atan2 HLSL Function #70096 .
2024-11-08 16:07:38 -08:00
..
2024-06-25 12:36:40 -07:00
2024-11-05 19:11:34 -08:00
2024-06-28 08:36:49 +02:00
2024-11-05 19:11:34 -08:00
2024-08-15 00:11:45 +03:00
2024-10-12 08:04:38 -07:00
2024-10-07 07:00:45 -07:00
2024-05-07 10:20:10 -07:00
2024-02-27 14:13:00 -05:00
2024-11-05 19:11:34 -08:00
2024-06-25 06:57:30 -07:00
2024-09-20 12:19:59 -05:00
2024-06-28 14:30:47 +02:00
2024-06-27 16:38:15 +02:00
2024-05-21 09:48:03 -07:00
2024-11-05 12:58:48 +00:00
2024-11-05 19:11:34 -08:00
2024-11-07 07:52:14 +08:00
2024-10-04 10:17:23 +02:00
2024-06-06 13:13:46 +05:30
2024-11-02 20:06:39 -04:00
2024-06-25 06:57:30 -07:00
2024-11-05 19:11:34 -08:00
2024-09-27 08:09:10 -07:00
2024-11-05 19:11:34 -08:00
2024-11-05 19:11:34 -08:00
2024-11-05 19:11:34 -08:00
2024-08-14 08:23:04 -07:00
2024-06-28 08:08:19 -07:00
2024-03-04 16:53:27 -06:00
2024-11-05 19:11:34 -08:00
2024-09-23 19:00:20 -04:00
2024-08-23 12:06:53 -07:00
2024-09-05 12:34:47 -07:00
2024-04-19 10:01:42 -07:00
2024-11-05 19:11:34 -08:00
2024-11-05 19:11:34 -08:00
2024-10-11 10:19:54 -04:00
2024-11-01 09:55:17 -07:00
2024-03-26 15:59:31 -07:00
2024-07-01 17:47:13 -07:00
2024-11-05 19:11:34 -08:00
2024-11-07 14:09:45 +01:00
2024-09-13 07:53:23 -07:00
2024-11-05 19:11:34 -08:00
2024-08-03 20:10:01 +01:00
2024-11-07 07:52:14 +08:00
2024-10-24 08:07:13 +03:00
2024-10-18 21:19:02 +08:00
2024-09-25 19:18:17 -04:00
2024-11-05 19:11:34 -08:00
2024-06-04 10:00:26 +02:00
2024-11-05 22:45:56 +01:00
2024-06-21 23:50:53 +03:30
2024-05-27 09:54:39 -04:00
2024-06-28 14:30:47 +02:00
2024-06-28 14:30:47 +02:00
2024-08-28 12:15:12 +02:00
2024-11-05 19:11:34 -08:00
2024-11-07 13:40:50 +01:00
2024-09-26 10:49:29 +01:00
2024-11-05 19:11:34 -08:00
2024-11-01 19:52:11 -07:00
2024-08-13 22:38:50 +08:00
2024-09-05 12:34:47 -07:00
2024-11-05 19:11:34 -08:00
2024-11-05 19:11:34 -08:00
2024-11-05 19:11:34 -08:00
2024-11-05 19:11:34 -08:00
2024-06-25 06:57:30 -07:00
2024-08-30 11:47:34 -07:00
2024-08-14 17:57:47 +02:00
2024-09-30 06:49:50 -07:00
2024-11-07 15:53:51 +08:00
2024-05-30 10:50:32 +08:00
2024-06-21 23:50:53 +03:30
2024-06-28 08:36:49 +02:00
2024-10-29 09:26:47 -07:00
2024-10-26 20:02:05 -07:00
2024-10-31 07:50:29 -07:00
2024-11-05 19:11:34 -08:00
2024-09-06 12:13:19 +01:00
2024-08-13 11:56:02 +02:00
2024-11-05 19:11:34 -08:00
2024-08-28 15:18:31 +02:00
2024-11-08 16:07:38 -08:00
2024-11-08 16:07:38 -08:00