@fhahn Ping. Could you confirm?
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Thu, Feb 18
Fri, Feb 12
@Meinersbur Thanks for your review. I'll update the patch.
Mon, Feb 1
@fhahn Ping. Could you confirm?
Jan 22 2021
Jan 15 2021
In D75594#1927988, @ikitayama wrote:In D75594#1927959, @kawashima-fj wrote:Yes, https://github.com/fujitsu/A64FX contains the official microarchitecture information of A64FX. I wanted to include the URL in the Git commit message but the disclosure was not ready for it at the time.
Can you do it at the next commit opportunity as this reference manual should be broadly read by the Arm developer community?
I'm sorry for the late response. I (and my colleague) updated the test.
Jan 14 2021
Update test.
Jan 6 2021
In D93503#2479425, @fhahn wrote:This seems reasonable to me, as we should only reduce the number of loads executed during PRE. If they are in the same loop, the metadata should stay valid, as we do not access any additional locations.
Would it be possible to add a simple test case where we move a load from a sub-loop into a parent loop?
Simplify the test code.
Thanks for reviews! I'll commit this next week unless other new comment is posted.
Jan 5 2021
Ping.
Can anyone review? Is there an appropriate reviewer?
Jan 4 2021
In D93791#2471417, @tschuett wrote:Is there a way to specify the maximum or even the set of supported SIMD-widths for SVE cores?
Remove WriteID512 and update comment.
Dec 25 2020
Ping.
I know many people are on holiday this week. If you have time, please review this patch. I'm on holiday from tomorrow.
Dec 23 2020
@yutsumi Thanks. Good catch. I've addressed your comment.
Dec 17 2020
Dec 14 2020
Ping.
Nov 16 2020
Ping.
Can anyone review this fix?
Nov 3 2020
Ping.
Oct 20 2020
Ping.
Oct 5 2020
Ping.
I know many of LLVM developers are busy with the developer's meeting now. When someone has time, please review.
Sep 28 2020
clang-format reported a format error DenseSet<Instruction*> -> DenseSet<Instruction *> (space before *). However, other three places in the same function (and many places in other functions) have the same format. Should I change all places? only my change?, or keep all them unchanged?
May 21 2020
May 12 2020
May 8 2020
In D79549#2027214, @efriedma wrote:Could you take another look at the testcase for 34760 in particular? That seems similar enough that it should get fixed at the same time.
In D79549#2025775, @efriedma wrote:I think there are four loop-reroll issues currently open in Bugzilla:
https://bugs.llvm.org/show_bug.cgi?id=34029
https://bugs.llvm.org/show_bug.cgi?id=42267
https://bugs.llvm.org/show_bug.cgi?id=34760
https://bugs.llvm.org/show_bug.cgi?id=41696Could you check which ones this patch fixes?
Comment is added.
May 7 2020
In D54599#1966949, @marco-c wrote:I wonder if https://reviews.llvm.org/D76206 didn't fix this too
May 6 2020
Apr 28 2020
Mar 31 2020
Mar 23 2020
Thanks. I updated the patch to inverted the conditions (if (fd != -1) {).
Ping.
Mar 17 2020
In D75594#1927988, @ikitayama wrote:In D75594#1927959, @kawashima-fj wrote:Yes, https://github.com/fujitsu/A64FX contains the official microarchitecture information of A64FX. I wanted to include the URL in the Git commit message but the disclosure was not ready for it at the time.
Can you do it at the next commit opportunity as this reference manual should be broadly read by the Arm developer community?
Yes, https://github.com/fujitsu/A64FX contains the official microarchitecture information of A64FX. I wanted to include the URL in the Git commit message but the disclosure was not ready for it at the time.
Mar 16 2020
The failure of the pre-merge check is the following clang-tidy warning. I modified only indentation of the line, and compiler-rt does not follow variable naming rules in the LLVM coding standard. So it does not have a problem.
Mar 15 2020
Mar 9 2020
Mar 5 2020
Mar 4 2020
An unnecessary comment line is removed and indentation is aligned.
Mar 3 2020
Jan 10 2020
Thanks for review.
Jan 7 2020
Thanks for a suggestion. I looked around the code and found that the suggested AArch64TargetMachine constructor is the best place because other option values are set there. The updated patch moved the maximum value setting code to that constructor.
In D71688#1807684, @peter.smith wrote:Apologies for the delay in responding, just come back from vacation. I've checked the implementation against GCC and it looks like it will give the same behaviour. I've got one minor suggestion surrounding the clamping of TLSSize to its maximum value. It looks like it would only need to be done once, is there a convenient place, such as AArch64TargetMachine where it can be done once?
Dec 19 2019
This is the same as gcc? Sounds good.
Dec 18 2019
Directory prefixes were deleted by git show --no-prefix in the previous diff. It is corrected now.