[PATCH] D100855: AArch64: support mixed-size vector fp <-> int conversions in GlobalISel.
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 20 09:04:40 PDT 2021
arsenm added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/select-fp-casts.mir:644-646
+registers:
+ - { id: 0, class: fpr }
+ - { id: 1, class: fpr }
----------------
Should drop the registers section and use the modern ":regbank" syntax
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100855/new/
https://reviews.llvm.org/D100855
More information about the llvm-commits
mailing list