User Details
- User Since
- Oct 14 2021, 10:30 PM (76 w, 1 d)
Yesterday
Add 'Weight' for default parameter consistency.
added tests and did a small refactor.
Thu, Mar 30
add test case (and minor change to use 'try_emplace' that does nothing if key presents)
Tue, Mar 28
Mon, Mar 27
arc land <feature-branch> detects this pre-commit test case is not reviewed so decided to send this out as well. Thanks!
thanks for reviews! Going to submit this patch and the pre-commit test (D146754) together.
Fri, Mar 24
Thu, Mar 23
add RUN line for new test
remove empty lines
Run auto-updater on one of existing tests
Mon, Mar 20
Feb 17 2023
The change to handle function alias for single-impl-devirt LGTM. The current way of bailing-out-upon-function-alias where function is assumed (e.g., virtual const propagation) sounds reasonable (since function-aliases are not handled correctly).
Feb 16 2023
Feb 14 2023
Jan 6 2023
Dec 21 2022
update commit message to mention target guard 'aes' includes both FEAT_AES and FEAT_PMULL currently.
Dec 20 2022
indent intrinsic definition in arm_neon.td
Dec 13 2022
Dec 5 2022
Dec 4 2022
Nov 30 2022
Nov 29 2022
Nov 11 2022
Submitted (as a part of D137689) in this commit
thanks for reviews! Diff3 and diff4 (in "History" tab of "Revision Contents") have no diff (meaning rebase doesn't introduce unintended diff), going to submit.
rebase after D137797
thanks! Going to submit (the x86 failure window looks irrelevant from error message, and ninja check-llvm passed).
Nov 10 2022
resolve comments.
Nov 8 2022
For the affected test case test_nonuseful_bits, one BFM and one ORR is generated now (https://godbolt.org/z/a3c68f7dE) with this commit. Going to abandon this patch (rather than rebase it for other BFI improvements). Thanks for the discussions around BFM/ORR.
run git clang-format HEAD~1
fix comments for the 80 column limit.
mostly rebase
run a post-approval 'clang-format'
thanks! run a post-approval clang-format and going to submit this.
Nov 7 2022
Nov 6 2022
Nov 4 2022
Nov 3 2022
thanks for reviews! Going to submit and implement the FIXME (for SRL) in follow-up patches.
rebase after D137296
Thanks!
Resolve comments.
Nov 2 2022
This update runs git clang-format HEAD~1 only, no functional change --> without this, pre-merge checks fails due to ERROR git-clang-format returned an non-zero exit code 1
Thanks for reviews! PTAL.
resolve comments.
fix a bug around width computation (updated commit message and patch summary as well), and adjust whitespace in a few test cases (mainly those not updated by utils/update_llc_test_checks.py) to remove irrelevant diff.
Oct 31 2022
In order to generate orr with shifted operand (not bfi) when orr is better, this patch does a comparison inside tryBitfieldInsertOpFromOr (i.e., after dag-combiner, alongside cpp-based instruction selection).
Oct 25 2022
added tests for {i32,i64}x{bfi,bfxil}