[llvm] [SPIR-V] Support SPV_INTEL_fp_max_error extension for `!fpmath` metadata (PR #130619)

Dmitry Sidorov via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 10 08:09:02 PDT 2025


================
@@ -307,6 +309,10 @@ SPIR-V backend, along with their descriptions and argument details.
      - None
      - `[Type, 32-bit Integer, Metadata]`
      - Assigns one of two memory aliasing decorations (specified by the second argument) to instructions using original aliasing metadata node. Not emitted directly but used to support SPIR-V representation in LLVM IR.
+   * - `int_spv_assign_fpmaxerror_decoration`
----------------
MrSidims wrote:

Is it necessary to create a new intrinsic? I have a feeling, that this functionality can be handled in `handleMIFlagDecoration` function.

https://github.com/llvm/llvm-project/pull/130619


More information about the llvm-commits mailing list