Davide Italiano via llvm-dev
2016-Dec-26 18:45 UTC
[llvm-dev] Call for testing/heads-up: NewGVN
Hi everybody. NewGVN was recently committed and a few minute ago I added a flag to enable the new experimental pass. For the brave soul, passing `-mllvm -enable-newgvn` should do the trick. We'll be happy to receive bug reports to analyze/fix, bonus point if they contain a synthetic/reduced testcase. Open a bug linked to https://llvm.org/bugs/show_bug.cgi?id=30995 would be probably best so that all the people working on NewGVN will have visibility, but I'm aware there are issues with bugzilla registration disabled recently so if you have issues/don't have an account feel free to shoot me a mail directly and I'll open a bug on your behalf. Looking forward to hearing from you, -- Davide "There are no solved problems; there are only problems that are more or less solved" -- Henri Poincare
Daniel Berlin via llvm-dev
2016-Dec-26 18:56 UTC
[llvm-dev] Call for testing/heads-up: NewGVN
Note: I just fixed a significant bug accidentally ported from the branch, so make your llvm is synced past r290549 before you give this a try. On Mon, Dec 26, 2016 at 10:45 AM, Davide Italiano <davide at freebsd.org> wrote:> Hi everybody. > NewGVN was recently committed and a few minute ago I added a flag to > enable the new experimental pass. > > For the brave soul, passing `-mllvm -enable-newgvn` should do the > trick. We'll be happy to receive bug reports to analyze/fix, bonus > point if they contain a synthetic/reduced testcase. > Open a bug linked to https://llvm.org/bugs/show_bug.cgi?id=30995 would > be probably best so that all the people working on NewGVN will have > visibility, but I'm aware there are issues with bugzilla registration > disabled recently so if you have issues/don't have an account feel > free to shoot me a mail directly and I'll open a bug on your behalf. > > Looking forward to hearing from you, > > -- > Davide > > "There are no solved problems; there are only problems that are more > or less solved" -- Henri Poincare >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161226/ad11c249/attachment.html>
Mehdi Amini via llvm-dev
2016-Dec-26 20:54 UTC
[llvm-dev] Call for testing/heads-up: NewGVN
Hi, I’m curious if the test-suite running cleanly with this flag? (That would be a first step before wider testing). Thanks, — Mehdi> On Dec 26, 2016, at 10:45 AM, Davide Italiano via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi everybody. > NewGVN was recently committed and a few minute ago I added a flag to > enable the new experimental pass. > > For the brave soul, passing `-mllvm -enable-newgvn` should do the > trick. We'll be happy to receive bug reports to analyze/fix, bonus > point if they contain a synthetic/reduced testcase. > Open a bug linked to https://llvm.org/bugs/show_bug.cgi?id=30995 would > be probably best so that all the people working on NewGVN will have > visibility, but I'm aware there are issues with bugzilla registration > disabled recently so if you have issues/don't have an account feel > free to shoot me a mail directly and I'll open a bug on your behalf. > > Looking forward to hearing from you, > > -- > Davide > > "There are no solved problems; there are only problems that are more > or less solved" -- Henri Poincare > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
Mehdi Amini via llvm-dev
2016-Dec-26 20:55 UTC
[llvm-dev] Call for testing/heads-up: NewGVN
Also: does clang bootstrap and pass the tests (and builds the test-suite correctly?). — Mehdi> On Dec 26, 2016, at 12:54 PM, Mehdi Amini via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi, > > I’m curious if the test-suite running cleanly with this flag? > (That would be a first step before wider testing). > > Thanks, > > — > Mehdi > >> On Dec 26, 2016, at 10:45 AM, Davide Italiano via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> Hi everybody. >> NewGVN was recently committed and a few minute ago I added a flag to >> enable the new experimental pass. >> >> For the brave soul, passing `-mllvm -enable-newgvn` should do the >> trick. We'll be happy to receive bug reports to analyze/fix, bonus >> point if they contain a synthetic/reduced testcase. >> Open a bug linked to https://llvm.org/bugs/show_bug.cgi?id=30995 would >> be probably best so that all the people working on NewGVN will have >> visibility, but I'm aware there are issues with bugzilla registration >> disabled recently so if you have issues/don't have an account feel >> free to shoot me a mail directly and I'll open a bug on your behalf. >> >> Looking forward to hearing from you, >> >> -- >> Davide >> >> "There are no solved problems; there are only problems that are more >> or less solved" -- Henri Poincare >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev