[PATCH] D151459: [GlobalIsel][X86] Legalize G_CTLZ and G_CTPOP for 32-bit
Thorsten via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 25 10:48:53 PDT 2023
tschuett added a comment.
G_OR will 64bit, 128bit with SSE2, 256bit with AVX2, and 512bit with AVX512. It be a mess to create a bunch of builders for G_OR. Presumably 4 builders.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151459/new/
https://reviews.llvm.org/D151459
More information about the llvm-commits
mailing list