diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2022-05-26 14:05:00 +0100 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2022-05-26 14:05:09 +0100 |
commit | f366acdbf694f93e0d3fbaeec5a7756ea2032df2 (patch) | |
tree | f4f4e0a2062d128640ca84f9ee30d45de6e82a8c /clang/lib/CodeGen/CodeGenModule.h | |
parent | d4d28f2ace764a0420a33462628b43a1c71fc3dc (diff) | |
download | llvm-f366acdbf694f93e0d3fbaeec5a7756ea2032df2.zip llvm-f366acdbf694f93e0d3fbaeec5a7756ea2032df2.tar.gz llvm-f366acdbf694f93e0d3fbaeec5a7756ea2032df2.tar.bz2 |
[DAG] Generalize (sra (trunc (sra x, c1)), c2) -> (trunc (sra x, c1 + c2)) constant folding
Remove local (uniform) constant folding and rely on getNode() to perform it
Minor cleanup step toward adding non-uniform shift amount support
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
0 files changed, 0 insertions, 0 deletions