[Mlir-commits] [mlir] [mlir][spirv] Add target width to SPIR-V ABI (PR #88555)
Jakub Kuderski
llvmlistbot at llvm.org
Fri Apr 12 14:23:48 PDT 2024
================
@@ -89,7 +89,8 @@ StringRef getEntryPointABIAttrName();
/// Gets the EntryPointABIAttr given its fields.
EntryPointABIAttr getEntryPointABIAttr(MLIRContext *context,
----------------
kuhar wrote:
Could you add a line of explanation for target width and link to the relevant section of the spirv spec? 'Target width' is a bit of an unfortunate name because it sounds very generic.
https://github.com/llvm/llvm-project/pull/88555
More information about the Mlir-commits
mailing list