[PATCH] D133545: [PowerPC][NFC] Add test case to show CSR_64_AllRegs_AIX_Dflt_VSX is not correct
Ting Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 12 17:09:15 PDT 2022
tingwang added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/aix64-patchpoint-regmask.ll:8
+entry:
+ call anyregcc void (i64, i32, ptr, i32, ...) @llvm.experimental.patchpoint.void(i64 13, i32 40, ptr inttoptr (i64 0 to ptr), i32 2, i64 %p1, i64 %p2, i64 %p3, i64 %p4)
+ ret void
----------------
lkail wrote:
> Please use another function to replace `@llvm.experimental.patchpoint.void`, since we don't support JIT on AIX yet.
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.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133545/new/
https://reviews.llvm.org/D133545
More information about the llvm-commits
mailing list