[PATCH] D156297: [SPIRV] Add support for SPV_INTEL_optnone
Ilia Diachkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 31 13:39:45 PDT 2023
iliya-diyachkov added inline comments.
================
Comment at: llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.cpp:555
+ // Add cap for SPV_INTEL_optnone
+ // FIXME: this should be added only if the target has the extension
----------------
Please add '.' at the end of the sentence.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156297/new/
https://reviews.llvm.org/D156297
More information about the llvm-commits
mailing list