[llvm] [AArch64][GlobalISel] Basic SVE and fadd (PR #72976)
Thorsten Schütt via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 5 01:29:00 PST 2024
tschuett wrote:
Would this eventually work in SelectionDAGCompat.td?
```
def : GINodeEquiv<G_FADD_PRED, fadd>;
```
https://github.com/llvm/llvm-project/pull/72976
More information about the llvm-commits
mailing list