[PATCH] D100485: [AArch64][SVE] Fix crash with icmp+select

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 19 10:49:25 PDT 2021


efriedma added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/sve-select.ll:255
+; CHECK-NEXT:    cset	w8, eq
+; CHECK-NEXT:    sbfx	x8, x8, #0, #1
+; CHECK-NEXT:    whilelo	p0.d, xzr, x8
----------------
Not really related to this patch, but maybe looking into why we aren't combining the cset/sbfx into csinv.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100485/new/

https://reviews.llvm.org/D100485



More information about the llvm-commits mailing list