diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2024-10-28 11:52:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-28 11:52:44 +0000 |
commit | 056cf936a730a72db7ad9da8b475814c6bbe03b7 (patch) | |
tree | bcab72c030cc702ff4963e54764426fe4b8ec9aa /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | d6d4569dd90261bc8cdb3d1c3c2204cde1fe566f (diff) | |
download | llvm-056cf936a730a72db7ad9da8b475814c6bbe03b7.zip llvm-056cf936a730a72db7ad9da8b475814c6bbe03b7.tar.gz llvm-056cf936a730a72db7ad9da8b475814c6bbe03b7.tar.bz2 |
[DAG] Fold (and X, (bswap/bitreverse (not Y))) -> (and X, (not (bswap/bitreverse Y))) (#112547)
On ANDNOT capable targets we can always do this profitably, without ANDNOT we only attempt this if we don't introduce an additional NOT
Fixes #112425
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions