diff options
author | Florian Hahn <flo@fhahn.com> | 2024-12-17 12:12:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-17 12:12:56 +0000 |
commit | 8ea9576d94ec6b15a2a3ba181af15d136283bde4 (patch) | |
tree | 66cf979be10de90b25c9c9b351241dc61e8c429e /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | c1f5937eb4bf4002b8205873189f900364868fd5 (diff) | |
download | llvm-8ea9576d94ec6b15a2a3ba181af15d136283bde4.zip llvm-8ea9576d94ec6b15a2a3ba181af15d136283bde4.tar.gz llvm-8ea9576d94ec6b15a2a3ba181af15d136283bde4.tar.bz2 |
[SCEV] Add initial matchers for SCEV expressions. (NFC) (#119390)
This patch adds initial matchers for unary and binary SCEV expressions
and specializes it for SExt, ZExt and binary add expressions.
Also adds matchers for SCEVConstant and SCEVUnknown.
This patch only converts a few instances to use the new matchers to make
sure everything builds as expected for now.
The goal of the matchers is to hopefully make it slightly easier to
write code matching SCEV patterns.
Depends on https://github.com/llvm/llvm-project/pull/119389
PR: https://github.com/llvm/llvm-project/pull/119390
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions