In D134257#3805936, @tlively wrote:Thanks! Do you need me to land this?
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Sep 21 2022
Sep 21 2022
fanchenkong1 added a comment to D134257: [WebAssembly] Improve codegen for loading scalars from memory to v128.
Sep 20 2022
Sep 20 2022
fanchenkong1 added a comment to D134257: [WebAssembly] Improve codegen for loading scalars from memory to v128.
Thanks Thomas for reviewing this change!
fanchenkong1 added reviewers for D134257: [WebAssembly] Improve codegen for loading scalars from memory to v128: penzn, tlively.
fanchenkong1 added a comment to D134257: [WebAssembly] Improve codegen for loading scalars from memory to v128.
This change extends an optimization at Legalize vector types by widening on load scalars to 32 bits. Since we have seen i8x4 to i32x4 widen in a hot function of PhotoShop Web.
fanchenkong1 updated the diff for D134257: [WebAssembly] Improve codegen for loading scalars from memory to v128.
minor change
Sep 19 2022
Sep 19 2022
Sep 12 2022
Sep 12 2022
fanchenkong1 added a comment to D133473: [WebAssembly] Improve codegen for shuffles with undefined lane indices.
Thank Thomas and Petr for reviewing this patch! The comment is expanded in the latest change.
fanchenkong1 updated the diff for D133473: [WebAssembly] Improve codegen for shuffles with undefined lane indices.
minor change
fanchenkong1 updated the diff for D133473: [WebAssembly] Improve codegen for shuffles with undefined lane indices.
handle comments
Sep 8 2022
Sep 8 2022
fanchenkong1 added reviewers for D133473: [WebAssembly] Improve codegen for shuffles with undefined lane indices: tlively, penzn.
Sep 7 2022
Sep 7 2022
fanchenkong1 updated the diff for D133473: [WebAssembly] Improve codegen for shuffles with undefined lane indices.
minor change