// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License ...
Most compilers include annotations on nodes to give hints to the optimisation passes or keep some context downstream. In HUGR each node has a key/value metadata map intended to support these. Metadata ...