User Details
- User Since
- Oct 12 2016, 4:50 AM (337 w, 3 d)
Thu, Mar 30
Fri, Mar 17
Wed, Mar 15
I have updated the patch modifying the SubtargetFeature definition instead of the Predicate NAME.
Tue, Mar 7
LGTM, with a minor comments on the docs, to make somehow explicit that these new operators accept only string in input.
Mon, Mar 6
Thank you @zjaffal for working on this.
Jan 31 2023
Self approving a non-controversial trivial change.
Jan 26 2023
Remove empty line from unrelated code. NFC
- Added continue if (!SU).
- Removed code I accidentally uploaded that was making pre-commit unhappy: https://reviews.llvm.org/harbormaster/unit/209975/ (well, OK this is an intended functional change... ;) )
Jan 25 2023
Address code review. NFC
Jan 24 2023
Jan 23 2023
Address code review.
This was essentially reverted in https://reviews.llvm.org/rG20ffb9aaf982, so I am abandoning it in favour of https://reviews.llvm.org/D142403
Reverted in https://reviews.llvm.org/rG20ffb9aaf982
Ah - there you go. Without a proper chained dependency of LLVMTargetParser -> clangBasic we end up with failures if clangBasic is compiled before LLVMTargetParser is (even on non stand-alone builds). https://lab.llvm.org/buildbot/#/builders/193/builds/25362 :
@mgorny, I have updated the patch according to the suggestions from @tstellar in https://reviews.llvm.org/D141581#4069857.
Jan 20 2023
LGTM, thanks.
Jan 19 2023
Jan 17 2023
Hi -has anybody any more concern on this change? I'd like to submit it as soon as possible to unlock @mgorny .
Update the example in the test to have non-zero values printed for both TopReadyCycle and BottomReadyCycle.
Based on offline feedback from @fhahn, I have:
Jan 16 2023
@barannikov88 - I am stuck with an incomplete explanation:
@jrtc27, @thakis, @craig.topper - gentle ping, it would be great if I could unlock @mgorny with this patch for the issue they are seeing at https://reviews.llvm.org/rGac1ffd3caca12c254e0b8c847aa8ce8e51b6cfbf
Thank you @tstellar
s/standalone/stand-alone/
FWIW, the change in this patch solves the issue with standalone build of clang reported in https://reviews.llvm.org/rGac1ffd3caca12c254e0b8c847aa8ce8e51b6cfbf. (FYI, @mgorny )
Jan 13 2023
Specify -mtriple in the invocation of llc in the test to prevent it fail on targets that do not support the cpu specified.
Rebase. NFC. (Sorting my head on how properly do a recommit, apologies for the noise).
Add -mtriple to the invocation of llc in the test to prevent it fail on non-aarch64 machines.
Reopening to update with a rework after a revert of the original submission to main
Rebase on main branch. NFC.