[PATCH] D133921: [PowerPC][NFC] Add virtual call to show redundant spill of vector registers
Kai Luo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 15 01:26:47 PDT 2022
lkail added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/aix64-vector-pair-cc-spills.ll:153
+; CHECK-VEXT-NOT: callee-saved-register: '$v20'
+define dso_local noundef signext i32 @virtualCall(ptr noundef %b) #0 {
+entry:
----------------
Better move this `virtualcall` test to another file and check output assembly.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133921/new/
https://reviews.llvm.org/D133921
More information about the llvm-commits
mailing list