You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the intrinsics were added in #84, however fmuladd.ll is not fixed since we cannot differ llvm.fmuladd and llvm.fma in SPIRVInstructionSelector.cpp where we have G_FMA. Need to specialize it earlier or leave llvm.fmuladd intrinsic call till ISel.
We have 4 tests with unsupported llvm arithmetic/bit intrinsics. Most of them can be implemented substituting OpExtInst * or other single operations:
The text was updated successfully, but these errors were encountered: