[Openmp-commits] [PATCH] D56202: [OpenMP] Remove -fno-experimental-isel from OMP testing
Jonas Hahnfeld via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Jan 4 13:45:09 PST 2019
Hahnfeld added a comment.
Yeah, sorry about that: That message was before I got the chance to really look into the generated assembly. I posted my analysis in the referenced bug you reported (https://bugs.llvm.org/show_bug.cgi?id=40131#c6) and `frameaddress` is also missing from GlobalISel which is why some tests are still failing. Fortunately there is https://reviews.llvm.org/D56266 which should restore `-fno-experimental-isel` and turn all tests green again until somebody has time to fully address all issues related to GlobalISel.
Repository:
rOMP OpenMP
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56202/new/
https://reviews.llvm.org/D56202
More information about the Openmp-commits
mailing list