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

Caroline via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 21 06:27:55 PDT 2021


CarolineConcatto 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
----------------
efriedma wrote:
> Not really related to this patch, but maybe looking into why we aren't combining the cset/sbfx into csinv.
Thank you @efriedma.
We will have a look and create a patch for this in the future.
But like you wrote it is not related to this patch.




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