[llvm] [SPIRV] Add radians intrinsic (PR #110800)
    Farzon Lotfi via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Oct  2 12:46:01 PDT 2024
    
    
  
================
@@ -247,6 +247,9 @@ class SPIRVInstructionSelector : public InstructionSelector {
   bool selectStep(Register ResVReg, const SPIRVType *ResType,
                   MachineInstr &I) const;
 
+  bool selectRadians(Register ResVReg, const SPIRVType *ResType,
----------------
farzonl wrote:
delete
https://github.com/llvm/llvm-project/pull/110800
    
    
More information about the llvm-commits
mailing list