[PATCH] D154069: [IRCE] Parse range checks in the form of "LHS - RHS vs Limit"

Joseph Huber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 10 07:59:20 PDT 2023


jhuber6 added a comment.

In D154069#4485286 <https://reviews.llvm.org/D154069#4485286>, @JonChesterfield wrote:

> Thanks for the revert, has taken us back to green. Repro is build openmp and run check-openmp, most of them failed, but I'd guess this was a problem in codegen. Openmp isn't always very easy to build, hopefully someone has some spare cycles to see what's gone wrong.

Seems the `libc` tests for AMDGPU were fine during that period, so it's probably something specific to OpenMP unfortunately https://lab.llvm.org/staging/#/builders/247/builds/2795.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154069/new/

https://reviews.llvm.org/D154069



More information about the llvm-commits mailing list