[llvm] [PowerPC] Mark llvm.tan on vectors as expand (PR #95507)
Chen Zheng via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 14 00:54:51 PDT 2024
================
@@ -860,6 +860,7 @@ PPCTargetLowering::PPCTargetLowering(const PPCTargetMachine &TM,
setOperationAction(ISD::FEXP2, VT, Expand);
setOperationAction(ISD::FSIN, VT, Expand);
setOperationAction(ISD::FCOS, VT, Expand);
+ setOperationAction(ISD::FTAN, VT, Expand);
----------------
chenzheng1030 wrote:
Do we need to handle STRICT_FTAN too?
https://github.com/llvm/llvm-project/pull/95507
More information about the llvm-commits
mailing list