[llvm] [TableGen] Add a backend to generate MacroFusion predicators (PR #72222)
Pierre van Houtryve via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 20 23:34:42 PST 2023
================
@@ -0,0 +1,199 @@
+//===--- MacroFusionPredicatorEmitter.cpp - Generator for Fusion ----===//
+//
+// 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-Identifier: Apache-2.0 WITH LLVM-exception
+//
----------------
Pierre-vh wrote:
nit: the header usually has
```
//===----------------------------------------------------------------------===//
````
Between the license and the documentation
https://github.com/llvm/llvm-project/pull/72222
More information about the llvm-commits
mailing list