User Details
- User Since
- Oct 25 2019, 11:07 AM (178 w, 2 d)
Sat, Mar 11
Fri, Mar 10
Feb 22 2023
LGTM
Nov 21 2022
Nov 18 2022
I think the MLIR parts of this code were written before attempting to create libMLIR.so. Probably these tablegen binaries would have to also avoid linking against libMLIR.so and be statically linked to both llvmSupport and MLIRsupport to work properly. I think the proposed solution is reasonable.
Oct 31 2022
Jun 18 2022
Jun 10 2022
May 27 2022
May 25 2022
LGTM... Does LLVM_TOOLS_BINARY_DIR include CMAKE_CFG_INTDIR? Is this actually NFC?
May 10 2022
Seems reasonable. If this works it would be nice to just hand it off to the cmake folks...
Mar 30 2022
Feb 5 2022
Feb 1 2022
Jan 31 2022
Jan 27 2022
Jan 25 2022
Jan 21 2022
Thanks!
Jan 14 2022
Thanks for this!
Jan 9 2022
Dec 31 2021
LGTM
LGTM
Dec 28 2021
Seems like a reasonable refactoring to me.
Dec 7 2021
Dec 2 2021
Dec 1 2021
Nov 30 2021
Nov 18 2021
Nov 17 2021
Nov 14 2021
LGTM
Nov 12 2021
Rolled into D113732
Thanks!
Oct 14 2021
Oct 12 2021
I think this can go in tree now.
Oct 11 2021
Sep 29 2021
Have you tried this on any graph regions? I guess maybe the same question goes for ForwardDataflowAnalysis?
Sep 17 2021
Thanks, Morten!
Aug 17 2021
Aug 16 2021
Aug 15 2021
Aug 14 2021
Aug 4 2021
Yeah, still broken.
Aug 3 2021
I think this is obsolete?
Thanks for the reviews!
This seems reasonable to me.
Jul 21 2021
Generally speaking I like this approach... It's much simpler than the alternatives that I've seen. I think we should try to take it to the next step....
if not installing into python/ anymore, can you document where things will get installed? I didn't quite parse it out of the code.
Jun 11 2021
Jun 2 2021
It looks like this change to create symlinks in the build area also results in those symlinks getting installed in the install area... This seems like a bad idea, since the install area ends up having symlinks back to the source tree. However, I don't see a simple way to change the install action to fix that. Any ideas here?
Jun 1 2021
May 31 2021
Ping... in general is there an issue converting asserts() to proper error messages in tablegen?
Thanks for looking at this!