User Details
User Details
- User Since
- Nov 3 2017, 1:51 PM (168 w, 15 h)
Jun 20 2018
Jun 20 2018
SirishP added reviewers for D36104: [AArch64] Coalesce Copy Zero during instruction selection: sebpop, kristof.beyls.
Jun 20 2018, 1:44 PM · Restricted Project
I am planning to revert this change. This works with tests like test/CodeGen/AArch64/copy-zero-reg.ll. However, if there are multiple branches, this patch degrades in performance due to large number of mov instructions in each fall through. Here's an example of test case, where it degrades in performance.
Jun 20 2018, 1:44 PM · Restricted Project
May 14 2018
May 14 2018
SirishP updated the diff for D46477: [AARCH64] Gang up loads and stores (for memcpy) for pairing..
SirishP updated the diff for D46477: [AARCH64] Gang up loads and stores (for memcpy) for pairing..
SirishP retitled D46477: [AARCH64] Gang up loads and stores (for memcpy) for pairing. from [AARCH64] Change max stores for memcpy/memmov/memset and gang up loads and stores (for memcpy) for pairing. to [AARCH64] Gang up loads and stores (for memcpy) for pairing..
SirishP added inline comments to D46477: [AARCH64] Gang up loads and stores (for memcpy) for pairing..
May 4 2018
May 4 2018
Apr 3 2018
Apr 3 2018
SirishP added a comment to D45229: [MI-sched] schedule following instruction latencies.
I think we should ask backend if we want to gang up loads and stores, and if we do want to gang up loads and stores, then how many should we be ganging up together. Ganging up lots of loads may result in high register pressure.
Nov 14 2017
Nov 14 2017