[llvm] FEAT: Added support for the extension SPV_INTEL_fpga_dsp_control (PR #131651)
via llvm-commits
llvm-commits at lists.llvm.org
Sun May 11 23:49:43 PDT 2025
================
@@ -1975,6 +1977,60 @@ static void handleMIFlagDecoration(MachineInstr &I, const SPIRVSubtarget &ST,
Register DstReg = I.getOperand(0).getReg();
buildOpDecorate(DstReg, I, TII, SPIRV::Decoration::FPFastMathMode, {FMFlags});
}
+static std::vector<uint32_t>
----------------
swatheesh-mcw wrote:
Add an extra empty line before.
https://github.com/llvm/llvm-project/pull/131651
More information about the llvm-commits
mailing list