[llvm] [PowerPC] Expand FSINCOS of fp128 (PR #76494)

Chen Zheng via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 28 00:37:54 PST 2023


================
@@ -1176,6 +1176,7 @@ PPCTargetLowering::PPCTargetLowering(const PPCTargetMachine &TM,
       setTruncStoreAction(MVT::f128, MVT::f32, Expand);
 
       // No implementation for these ops for PowerPC.
+      setOperationAction(ISD::FSINCOS, MVT::f128, Expand);
----------------
chenzheng1030 wrote:

Have you checked other math related ISD nodes? Are MVT::f128 correctly handled for them?

https://github.com/llvm/llvm-project/pull/76494


More information about the llvm-commits mailing list