[PATCH] D62610: [DA] Add an option to control delinearization validity checks
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 30 13:47:44 PDT 2019
dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.
As a debugging tool, this sounds fine. Not so sure about the tests, but I guess they are not hurting anyone :) And show good room for improvement.
Do you have any ideas how we might get the llvm form of them we have here (not the c form) to give good DA results without the miscompiles that the new option would produce? I was wondering if it was worth trying to get DA to return a dependency that is conditional on a set of predicates. Clients (we only have 3 at the moment) could treat predicated dependencies as "confused", or version the loop based on them.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62610/new/
https://reviews.llvm.org/D62610
More information about the llvm-commits
mailing list