search for: szelethus

Displaying 3 results from an estimated 3 matches for "szelethus".

Did you mean: dkszelethus
2019 Jun 03
2
[IDF][analyzer] Generalizing IDFCalculator to be used for Clang's CFG
...uctures it uses are "hardcoded" to use llvm::BasicBlock, and requires a lot of code to turn it into template arguments. I managed to pull this off by hammering the code until it compiled, and it works perfectly, but I'm not really happy with how the patch came out: https://github.com/Szelethus/llvm-project/compare/domtree_unittest...Szelethus:control_dependency?expand=1 Sadly, my knowledge on LLVM IR and phi nodes in general is very limited. My questions are: 1. I read the article IDFCalculator is based on[1], but I found no references to IDFCalculator::setLiveInBlocks, and the file he...
2019 Jun 16
2
[IDF][analyzer] Generalizing IDFCalculator to be used for Clang's CFG
A polite ping, could someone please share a thought about this? On Sat, 8 Jun 2019 at 21:21, Kristóf Umann <dkszelethus at gmail.com> wrote: > A polite ping on this matter :) > > On Tue, 4 Jun 2019 at 01:51, Kristóf Umann <dkszelethus at gmail.com> wrote: > >> Hi! >> >> As the title suggests, I'd like to generalize llvm::IDFCalculator to be >> able to calculate contr...
2019 Jun 17
2
[IDF][analyzer] Generalizing IDFCalculator to be used for Clang's CFG
...culatorBase that wouldn't contain either of said functions. >> > If #2 if a lot of work/code, I'd say that separating it doesn't sound that > bad. It's not that complicated, then I wouldn't split it. > > > On Sun, Jun 16, 2019 at 10:56 AM Kristóf Umann <dkszelethus at gmail.com> > wrote: > >> A polite ping, could someone please share a thought about this? >> >> On Sat, 8 Jun 2019 at 21:21, Kristóf Umann <dkszelethus at gmail.com> wrote: >> >>> A polite ping on this matter :) >>> >>> On Tue, 4 J...