[PATCH] D133545: [PowerPC][NFC] Add test case to show CSR_64_AllRegs_AIX_Dflt_VSX is not correct
Kai Luo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 8 18:45:58 PDT 2022
lkail 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
----------------
Please use another function to replace `@llvm.experimental.patchpoint.void`, since we don't support JIT on AIX 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