[PATCH] D109481: [WebAssembly] Custom optimization for truncate

Jing Bao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 14 01:43:04 PST 2021


jingbao added a comment.

Hi @tlively, I updated the test file. After some investigation, I still cannot delete the masking operation if you are talking about the "v128.and" part, because those can avoid the narrow operations to saturate incorrectly. If you have concerns about other parts, please point that out on the test file and we can discuss again.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109481/new/

https://reviews.llvm.org/D109481



More information about the llvm-commits mailing list