[llvm-bugs] [Bug 49655] New: Masks on SIMD shift values should be elided
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Mar 19 11:08:28 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=49655
Bug ID: 49655
Summary: Masks on SIMD shift values should be elided
Product: libraries
Version: trunk
Hardware: PC
URL: https://github.com/WebAssembly/simd/issues/342#issueco
mment-802992866
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Backend: WebAssembly
Assignee: tlively at google.com
Reporter: tlively at google.com
CC: llvm-bugs at lists.llvm.org
E.g. `vec << (count & 15)` will emit the AND, even though the shift already
takes care of it.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210319/b75a56c0/attachment.html>
More information about the llvm-bugs
mailing list