[PATCH] D143815: Specify target triple for bb-prefix-dump.ll

Aiden Grossman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 11 10:01:43 PST 2023


aidengrossman accepted this revision.
aidengrossman added a comment.
This revision is now accepted and ready to land.

Thanks for the fix.



================
Comment at: llvm/test/CodeGen/MLRegalloc/bb-profile-dump.ll:9
 ; bb profile dump is not supported on NVPTX
 ; UNSUPPORTED: target=nvptx{{.*}}
 
----------------
If we're specifying a target triple above I think we should be able to remove this unsupported flag?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143815



More information about the llvm-commits mailing list