[clang] AArch64 Tablegen Update (PR #179692)
Andrzej WarzyĆski via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 5 08:29:34 PST 2026
banach-space wrote:
Thanks!
> The change has been tested via clang-check and check-clang which returns no error nor warnings
Did you test this with ClangIR enabled? `-DCLANG_ENABLE_CIR=True` Also, which header files are generated from those *.def files and are those affected? If yes, how?
> I appreciate the review. Most of the .td file was translated using the python script tools.py which I wrote in this repo - https://github.com/moodytongytong/random-python-script
The script should be included in the submission, perhaps as a comment. That's primarily to preserve the history and for downstream users that have made local modifications to those files.
I will try to take a closer look tomorrow.
https://github.com/llvm/llvm-project/pull/179692
More information about the cfe-commits
mailing list