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: [email protected]
Reporter: [email protected]
CC: [email protected]
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._______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs