我想在我通过CAP制作的Implvm IR中增加一些元数据。 然而,我可以指出,如何创建有名的元数据节点(例如!llvm.dbg.cu),或甚至如何创建具有独特数目的元数据节点(如!0、!1等)。 添加元数据操作器以备看似简单,但我无法说明如何建立独立的元数据节点。
For example, let s say I want to find a particular word or number in a file. The contents are in sorted order (obviously). Since I want to run a binary search on the file, it seems like a real waste ...