[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:50:49 PDT 2025
================
@@ -1987,6 +2043,7 @@ static void addDecorations(const Module &M, const SPIRVInstrInfo &TII,
for (auto &MBB : *MF)
for (auto &MI : MBB)
handleMIFlagDecoration(MI, ST, TII, MAI.Reqs);
+ handleFunctionDecoration(F, TII, MMI, ST);
----------------
swatheesh-mcw wrote:
Is it better to use braces to denote the scope of for loop here?
https://github.com/llvm/llvm-project/pull/131651
More information about the llvm-commits
mailing list