[llvm] [AArch64] TableGen-erate SDNode descriptions (PR #140472)

Sergei Barannikov via llvm-commits llvm-commits at lists.llvm.org
Sun May 18 14:54:20 PDT 2025


================
@@ -1,12 +1,12 @@
-//===- llvm/unittest/CodeGen/AArch64SelectionDAGTest.cpp -------------------------===//
+//===- llvm/unittest/CodeGen/AArch64SelectionDAGTest.cpp ------------------===//
----------------
s-barannikov wrote:

The file path needs to be updated or the line replaced with
```suggestion
//===----------------------------------------------------------------------===//
```
as the coding standard no longer requires it to contain the file path.

The changes in `unittests/` are necessary since the test now requires linking with `AArch64CodeGen` it didn't depend on before (even though it included `AArch64ISelLowering.h`).
Could be extracted into a separate PR.


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


More information about the llvm-commits mailing list