User Details
- User Since
- Sep 26 2016, 7:58 AM (338 w, 5 d)
Fri, Mar 17
Thu, Mar 16
- Simplify return stmt in LoopAccessInfoManager::invalidate according to feedback.
- Use a separate RUN line in the test case to verify invalidata<access-info>.
- Reduce amount of CHECK:s in the test case. Don't think we need to verify what is going on with all other analyses. Better to make the CHECK:s focus on what is important for each sub-test.
Fri, Mar 10
I have no objections about doing this revert.
Wed, Mar 8
Mon, Mar 6
Mon, Feb 27
Feb 16 2023
In the description you have written "The copy operation with a predicated dependency is currently marked with an implicit operand". I don't really understand what that is referring to. Is that something AMDGPU specific, or what is this referring to?
Feb 15 2023
Feb 6 2023
Had to revert this due to lots of buildbots failing when linking bugpoint.
Typically like this:
Feb 5 2023
Simplified code based on review feedback.
Jan 11 2023
Gentle ping!
Jan 3 2023
Dec 22 2022
Dec 21 2022
I do not plan to give any review feedback at the moment. I've only touched this for legacy PM deprecation and I don't know much about the implementation details.
Dec 13 2022
LGTM
Dec 12 2022
Dec 8 2022
Dec 7 2022
Dec 6 2022
Ok, here is a godbolt repro: https://llvm.godbolt.org/z/98PvGaTe9
! In D138452#3974119, @fhahn wrote:
Thanks for the report. Is it possible this is over-reduced? I cannot reproduce it locally or on godbolt: https://llvm.godbolt.org/z/T8f1q33hq
Dec 1 2022
Nov 29 2022
Nov 28 2022
Got a benchmark downstream were we no longer get SLP vectorization after the canonicalizatoin. But the test is rather large and complicated so I do not have anything that show the full pipeline including SLP (at least not yet).
Nov 20 2022
Nov 18 2022
Nov 11 2022
Nov 10 2022
Splitted out removal of adjustPassManager.
Nov 9 2022
Added lit test.
Nov 8 2022
Just a side not here.
Nov 3 2022
Nov 2 2022
Nov 1 2022
(Only concern is that -p used to mean something else. So we are re-introducing a short-option for something new. But I doubt that it will cause much confusion.)
This currently depends on D136616 since it refer to the -p option. I think it looks good otherwise.
I guess we either want to do this (changing codegen to match the code comments). Or the other way around (changing code comments to match with codegen) as in D135574.