User Details
- User Since
- Dec 14 2021, 5:44 PM (65 w, 5 d)
Feb 7 2023
LGTM. Thanks.
Jan 28 2023
Jan 5 2023
rebase code.
Jan 4 2023
rebase code and improve error message.
Jan 3 2023
Jan 2 2023
rebase code.
Dec 29 2022
ping.
@xen0n Thanks for your suggestion.
rebase code and change code for @xen0n's comments.
Dec 27 2022
Dec 26 2022
Please rebase code for test errors.
LGTM.
ERROR git-clang-format returned an non-zero exit code 1
Please format the code. Maybe, you can use the following command:
git diff -U0 --no-color HEAD^ | clang/tools/clang-format/clang-format-diff.py -i -p1
Dec 21 2022
Dec 6 2022
Rebase code.
Dec 4 2022
Fix the test error.
Dec 3 2022
@thakis OK, Thank you a lot.
Dec 2 2022
Dec 1 2022
Rebase code.
Update for AMMax and AMMin
Nov 22 2022
More readable.
Nov 21 2022
Nov 18 2022
Please rebase code to latest commit. the failed test should be OK.
Nov 14 2022
Improve comments.
Nov 13 2022
Rebase code.
Nov 11 2022
Nov 10 2022
Nov 9 2022
As shown in the patch https://github.com/llvm/llvm-project/commit/ee3aef93b73646ef98f0241498d807a4fb68b78c, I think we can add other constraint code or operand modifier in other patches.
The reviewers who accepted the patch above concentrate on RISCV backend. Maybe, we can commit this patch directly.
Nov 8 2022
Nov 7 2022
Add 'J' constraint code.
Nov 6 2022
rebase code and fix nits.
Nov 4 2022
Nov 3 2022
rebase code
Nov 2 2022
What is the kernel version that support this flags? Maybe give a link on Github?
rebase code
Oct 29 2022
Oct 28 2022
Change parameters type and order
Oct 27 2022
Use llvm::minIntN(N) and llvm::maxIntN(N) and remove .str(). Done.
Use llvm::minIntN(N) and llvm::maxIntN(N) and remove .str()
I defined a method named "reportOutOfRangeError" to report "out of range" error. Thanks!
Update patch for review comments.
Oct 26 2022
rebase code
Oct 25 2022
Jul 19 2022
Jul 13 2022
Thanks! LGTM.
Jul 11 2022
It is better to upload diffs with full context (-U99999) to make it possible to browse the whole file.