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: tliv...@google.com
          Reporter: tliv...@google.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to