[llvm] [SPIRV] Added support for the constrained arithmetic intrinsic (PR #157441)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 8 06:01:30 PDT 2025


================
@@ -1038,6 +1044,48 @@ bool SPIRVInstructionSelector::selectOpWithSrcs(Register ResVReg,
   return MIB.constrainAllUses(TII, TRI, RBI);
 }
 
+bool SPIRVInstructionSelector::selectStrictFMulAdd(Register ResVReg,
----------------
arsenm wrote:

This function is asserting too many things that should be verifier errors 

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


More information about the llvm-commits mailing list