[PATCH] D147452: [CodeGen] ExpandReductions - add reduce_and/or(<X x i1> V) -> icmp(iX bitcast(<X x i1> V)) canonicalization

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 4 03:19:56 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG00e3ae447150: [CodeGen] ExpandReductions - add reduce_and/or(<X x i1> V) -> icmp(iX bitcast… (authored by RKSimon).

Changed prior to commit:
  https://reviews.llvm.org/D147452?vs=510536&id=510733#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147452

Files:
  llvm/lib/CodeGen/ExpandReductions.cpp
  llvm/test/CodeGen/X86/pr53419.ll
  llvm/test/CodeGen/X86/pr61923.ll
  llvm/test/CodeGen/X86/vector-reduce-and-bool.ll
  llvm/test/CodeGen/X86/vector-reduce-or-bool.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147452.510733.patch
Type: text/x-patch
Size: 152158 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230404/b1d6fab1/attachment.bin>


More information about the llvm-commits mailing list