[llvm] [AArch64][GISel] Translate legal SVE formal arguments and select COPY for SVE (PR #95236)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 12 06:00:48 PDT 2024
================
@@ -53,6 +53,8 @@
using namespace llvm;
using namespace AArch64GISelUtils;
+extern cl::opt<bool> EnableSVEGISel;
----------------
arsenm wrote:
This shouldn't need to spread. I don't like having fallBackToDAGISel at all, but I see we have 2 of them. Why not just put them both in the same place?
https://github.com/llvm/llvm-project/pull/95236
More information about the llvm-commits
mailing list