[llvm] [GlobalISel][AArch64] Legalize G_ADD, G_SUB, G_AND, G_OR, and G_XOR for SVE (PR #110561)

Thorsten Schütt via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 5 06:08:08 PDT 2024


tschuett wrote:

```
Included from llvm/lib/Target/AArch64/AArch64.td:37:
Included from llvm/lib/Target/AArch64/AArch64InstrInfo.td:10288:
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td:3491:21: note: instantiated from multiclass
  defm MUL_ZZZ    : sve2_int_mul<0b000,  "mul",   AArch64mul>;
```

```
>  ./bin/llvm-tblgen -gen-global-isel -warn-on-skipped-patterns 
```

https://github.com/llvm/llvm-project/pull/110561


More information about the llvm-commits mailing list