[PATCH] D89096: [X86] Fix assert fail when element type is i1.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 19 04:01:37 PDT 2020


RKSimon added a comment.

sorry - missed a minor - LGTM with that change



================
Comment at: llvm/test/CodeGen/X86/vector-reduce-or-cmp.ll:1176
+
+declare i1 @llvm.experimental.vector.reduce.or.v3i1(<3 x i1>)
----------------
drop the experimental


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89096



More information about the llvm-commits mailing list