Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for the fix.
llvm/test/CodeGen/MLRegalloc/bb-profile-dump.ll | ||
---|---|---|
9 | If we're specifying a target triple above I think we should be able to remove this unsupported flag? |
Comment Actions
Seems to be failing specifically on ARM targets due to the test getting compiled into using a ternary csel instruction causing there to only be a single BB in @f1().
If we're specifying a target triple above I think we should be able to remove this unsupported flag?