[PATCH] D129164: [AsmPrinter] Fix bit pattern for i1 vectors.

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 5 19:35:52 PDT 2022


dmgreen added a comment.

LGTM. I think I've seen this other issues from i1 constant vectors somewhere, but I can't find a reference to them now. 53246 maybe, but I thought there was another one.



================
Comment at: llvm/test/CodeGen/AArch64/vector-global-i1.ll:1
+; RUN: llc < %s -mtriple aarch64 | FileCheck --check-prefixes=CHECK %s
+
----------------
This can remove the --check-prefixes=CHECK.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129164



More information about the llvm-commits mailing list