[llvm] [SPIRV] Implement translation for llvm.modf.* intrinsics (PR #147556)
Marcos Maronas via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 17 08:06:35 PDT 2025
================
@@ -995,4 +995,26 @@ unsigned getArrayComponentCount(const MachineRegisterInfo *MRI,
return foldImm(ResType->getOperand(2), MRI);
}
+MachineBasicBlock::iterator
+getPosForOpVariableWithinBlock(MachineBasicBlock &BB) {
----------------
maarquitos14 wrote:
Done in https://github.com/llvm/llvm-project/pull/147556/commits/435d6361768078068c911f1456cc02ad93deb906
https://github.com/llvm/llvm-project/pull/147556
More information about the llvm-commits
mailing list