diff options
author | David Green <david.green@arm.com> | 2023-11-28 12:13:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-28 12:13:26 +0000 |
commit | ab7110bcd6b137803935508de8c9f6af377f9454 (patch) | |
tree | 9ef8e61a005f8434877c8402fee5675727e64693 /clang/tools/clang-format/clang-format-diff.py | |
parent | 3e6207a775dfed9a8b54e4afbbffb9d6cdabf3ef (diff) | |
download | llvm-ab7110bcd6b137803935508de8c9f6af377f9454.zip llvm-ab7110bcd6b137803935508de8c9f6af377f9454.tar.gz llvm-ab7110bcd6b137803935508de8c9f6af377f9454.tar.bz2 |
[AArch64][SVE] Remove pseudo from LD1_IMM (#73631)
The LD1 immediate offset instructions have both a pseudo and a real
instruction, mostly as the instructions shares a tablegen class with the
FFR version of the instructions. As far as I can tell the pseudo for the
non-ffr versions does not serve any useful purpose though, and we can
rejig the the classes to only define the pseudo for FFR instructions
similar to the existing sve_mem_cld_ss instructions.
The end result of this is that we don't have a SideEffects flag on the
LD1_IMM instructions whilst scheduling them, and have a few less pseudo
instructions which is usually a good thing.
Diffstat (limited to 'clang/tools/clang-format/clang-format-diff.py')
0 files changed, 0 insertions, 0 deletions