Tests don't work on PPC since return instruciton is't called ret (apparently)
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Tests don't work on PPC since return instruciton is't called ret (apparently)
Yes, I believe that it's blr rather than a variant of ret. Thanks for catching this. Just a minor suggestion - could you add a comment in the test?
flang/test/Driver/emit-asm-from-mlir.mlir | ||
---|---|---|
2 | Could you add a comment that only architectures for which a ret instruction (or some variant of that) is generated? |
Could you add a comment that only architectures for which a ret instruction (or some variant of that) is generated?