Add pre-commit test case for CSR_64_AllRegs_AIX_Dflt_VSX fix.
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/PowerPC/aix64-patchpoint-regmask.ll | ||
---|---|---|
8 | Please use another function to replace @llvm.experimental.patchpoint.void, since we don't support JIT on AIX yet. |
llvm/test/CodeGen/PowerPC/aix64-patchpoint-regmask.ll | ||
---|---|---|
8 | I did not find any other logic path that could trigger CSR_64_AllRegs_AIX_Dflt_VSX. If this is the only case, then I may have to just leave it here as the functionality is not supported yet. |
llvm/test/CodeGen/PowerPC/aix64-patchpoint-regmask.ll | ||
---|---|---|
1 | Thank you Amy for looking into this. I'm afraid I have to suspend this patch since the functionality is not supported on AIX... |
Nit: I think this line maybe too long. Perhaps we can try separating this run line further.