[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)
Durgesh Nandan Mohanty via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 9 23:52:18 PDT 2026
dnmohanty wrote:
@guy-david / @Andarwinux, I noticed the CI builds are failing due to some missing AArch64ISD opcodes (like SADDWB). Since my code doesn't interact with those lines, I'm wondering if I accidentally pulled in a temporary broken state from main, or if I genuinely messed something up on my end? I'm going to update the branch just in case, but let me know if I need to fix anything
https://github.com/llvm/llvm-project/pull/215146
More information about the llvm-commits
mailing list