frasercrmck wrote: FYI @rjodinchr this breaks downstream clspv testing.
``` # | declare !kernel_arg_name !7 float @llvm.fma.f32(float, float, float) #2 # | Unsupported llvm intrinsic # | UNREACHABLE executed at /clspv/lib/SPIRVProducerPass.cpp:2390! ``` I was wondering if clspv should be translating `llvm.fma` to `OpExtInst fma` as `llvm-spirv` does. https://github.com/llvm/llvm-project/pull/126052 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits