[PATCH] D107103: [WebAssembly] Compute known bits for SIMD bitmask intrinsics
Thomas Lively via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 29 13:46:49 PDT 2021
tlively created this revision.
tlively added reviewers: aheejin, dschuff.
Herald added subscribers: wingo, ecnelises, sunfish, hiraditya, jgravelle-google, sbc100.
tlively requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This optimizes out the mask when the result of a bitmask is interpreted as an i8
or i16 value. Resolves PR50507.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D107103
Files:
llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
llvm/test/CodeGen/WebAssembly/simd-bitmask-mask.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107103.362874.patch
Type: text/x-patch
Size: 6399 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210729/87e2cc68/attachment.bin>
More information about the llvm-commits
mailing list