diff options
author | jyli0116 <yu.li@arm.com> | 2025-06-09 09:02:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-09 09:02:56 +0100 |
commit | f3ffee601c1746eafa9a6684541e90d182c9126e (patch) | |
tree | e964933542e6bef4f5d383f05185f8846e14f3be /lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | |
parent | 2f15637e04f51e3ef435c0c0d39aab0e8b933023 (diff) | |
download | llvm-f3ffee601c1746eafa9a6684541e90d182c9126e.zip llvm-f3ffee601c1746eafa9a6684541e90d182c9126e.tar.gz llvm-f3ffee601c1746eafa9a6684541e90d182c9126e.tar.bz2 |
[GISel][AArch64] Allow PatLeafs to be imported in GISel which were previously causing warnings (#140935)
Previously PatLeafs could not be imported, causing the following
warnings to be emitted when running tblgen with
`-warn-on-skipped-patterns:`
```
/work/clean/llvm/lib/Target/AArch64/AArch64InstrInfo.td:2631:1: warning: Skipped pattern: Src pattern child has unsupported predicate
def : Pat<(i64 (mul top32Zero:$Rn, top32Zero:$Rm)),
^
```
These changes allow the patterns to now be imported successfully.
Diffstat (limited to 'lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp')
0 files changed, 0 insertions, 0 deletions