diff options
author | Sergei Barannikov <barannikov88@gmail.com> | 2024-12-12 00:41:44 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-12 00:41:44 +0300 |
commit | 6b2232606d01a029f640b61b4f985d9dea79d4b6 (patch) | |
tree | e9829d0be4c76bbf0bfaaafe56462965994f893e /llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp | |
parent | 4993a30365309c5a0406fb63647be96e93fa3516 (diff) | |
download | llvm-6b2232606d01a029f640b61b4f985d9dea79d4b6.zip llvm-6b2232606d01a029f640b61b4f985d9dea79d4b6.tar.gz llvm-6b2232606d01a029f640b61b4f985d9dea79d4b6.tar.bz2 |
[TableGen] Replace WantRoot/WantParent SDNode properties with flags (#119599)
These properties are only valid on ComplexPatterns. Having them as flags
is more convenient because one can now use "let = ... in" syntax to set
these flags on several patterns at a time. This is also less error-prone
as it makes it impossible to specify these properties on records derived
from SDPatternOperator.
Pull Request: https://github.com/llvm/llvm-project/pull/119599
Diffstat (limited to 'llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp')
0 files changed, 0 insertions, 0 deletions