Go go change the world!
User Details
- User Since
- Mar 14 2021, 8:43 PM (62 w, 17 h)
Sat, May 21
There's some changes to lit tests. Most of them are minor. One change that applies to all tests is that I changed the target triple from "x86_64" to "aarch64" and added "-mcpu=tsv110" in the RUN lines.
Fri, May 20
Rebase to latest main.
Thu, May 19
Mon, May 16
This patch looks good to me.
I think we can rebase and land this?
Thu, May 12
@reames
Since you mentioned the LSR deficiency in your public note.
You may be interested with these new test cases for the RISC-V backend.
Sun, May 8
Update testcase:
- add -mattr=+m for loop-strength-reduce-add-cheaper-than-mul.ll
- run simplifycfg for loop-strength-reduce-ivusers.ll
Apr 16 2022
gentle ping.
Apr 10 2022
Update code.
- Delete peephole optimization testcases of X86
- Delete duplicate test case (since we are checking line-by-line)
- Rename test cases
- Add some descriptions into test cases
Ok, thanks.
Apr 9 2022
Update code.
Apr 4 2022
Mar 8 2022
Mar 7 2022
Rebase to latest main
Feb 28 2022
Gentle ping
Feb 23 2022
Friendly ping @VincentWu ;)
Any comments to the latest response?
Add test for clang.
Feb 21 2022
Feb 13 2022
Thanks!
Kindly reverse ping.
May you land this change?
Address comment, reuse existing strings.
Feb 11 2022
Rebase and add testcase.
Add testcase.
- Add zkn, zks
- Follow clang-format
LGTM.
For the record the implication in this patch correspond to the note under v-spec:
I will also add zkn, zks later.
Jan 28 2022
Rebase.
Jan 27 2022
Rebase again, the test failure in past diff seems to be caused by other commits.
Update code. Try to encapsulate more.
Jan 26 2022
Not sure if this simplifies things. Users and the compiler can use the macro __riscv_v_elen and __riscv_v_elen_fp to do things to the vector-related target feature.
Jan 25 2022
Jan 24 2022
Update code dues to variable rename from new commits.
Rebase with no change, the buildbot halted.
Rebase with no change, the buildbot halted.
Undo comment moved and follow clang-format.
Rebase to latest main.
Update test case due to rebase.
Jan 23 2022
Concluding the test case change:
Update test case.
Update comment.
Update test case.
Rebase to latest main.
You can preview the document here: https://github.com/eopXD/llvm-project/blob/doc/llvm/docs/Vectorizers.rst#the-slp-vectorizer
Jan 22 2022
I was trying out the SLP vectorizer and find that adding some hint will be helpful.