diff options
author | David Green <david.green@arm.com> | 2024-04-19 09:30:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-19 09:30:13 +0100 |
commit | 851462fcaa7f6e3301865de84f98be7e872e64b6 (patch) | |
tree | 503fd3878e7f6101c469ef5bd578e37d060384ac /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | aac695da42cf48ccb29c2fe495ead564cc913471 (diff) | |
download | llvm-851462fcaa7f6e3301865de84f98be7e872e64b6.zip llvm-851462fcaa7f6e3301865de84f98be7e872e64b6.tar.gz llvm-851462fcaa7f6e3301865de84f98be7e872e64b6.tar.bz2 |
[AArch64] Remove invalid uabdl patterns. (#89272)
These were added in https://reviews.llvm.org/D14208, which look like
they attempt to detect abs from xor+add+ashr. They do not appear to be
detecting the correct value for the src input though, which I think is
intended to be the sub(zext, zext) part of the pattern. We have pattens
from abs now, so the old invalid patterns can be removed.
Fixes #88784
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions