[PATCH] D109500: [openmp] Fix 51647, corrupt bitcode on amdgpu

Dan Palermo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 9 16:18:35 PDT 2021


dpalermo added a comment.

Also, as requested, I tried adding --check-prefixes=ALL,AMDGPU and --check-prefixes=ALL,NVPTX  to the FileCheck in the test, but that caused lit to report an error that the prefixes weren't found:

  $ build/bin/llvm-lit -v llvm/test/Transforms/OpenMP/custom_state_machines.ll
  ...
  error: no check strings found with prefixes 'ALL:', 'AMDGPU:'
  error: no check strings found with prefixes 'ALL:', 'NVPTX:'

So I didn't include that change here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109500



More information about the llvm-commits mailing list