[llvm] [AArch64] missed fold vector fptoui(fdiv(uitofp(x), uitofp(y))) or fptosi(fdiv(sitofp(x), sitofp(y))) into udiv(x, y) or sdiv(x, y) for sve (PR #215146)

via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 10 22:52:36 PDT 2026


Andarwinux wrote:

Please add neon coverage to tests to show this is not applicable to neon.

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


More information about the llvm-commits mailing list