[llvm] [GlobalISel][AArch64] Legalize G_FABS and G_FNEG for SVE (PR #114784)
Paul Walker via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 3 10:24:16 PST 2024
Thorsten =?utf-8?q?Schütt?= <schuett at gmail.com>,
Thorsten =?utf-8?q?Schütt?= <schuett at gmail.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/114784 at github.com>
paulwalker-arm wrote:
Add patterns with the only purpose of having something for global-isel to scrape does not seem sensible to me. I think a proper design for how global-isel can represent predicated instructions is required. Being honest, the same is true for normal isel but at least for that we've been able to implement something that's albeit target specific.
https://github.com/llvm/llvm-project/pull/114784
More information about the llvm-commits
mailing list