[PATCH] D93300: [PowerPC] Exploit paddi instruction on Power 10 for constant materialization
Qing Shan Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 15 19:18:00 PST 2020
steven.zhang added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/p10-constants.ll:13
; CHECK-LABEL: t_16BitsMinRequiring34Bits:
-; CHECK: pli r3, 32768
-; CHECK-NEXT: blr
+; CHECK: # %bb.0: # %entry
+; CHECK-NEXT: pli r3, 32768
----------------
I guess you miss to rebase the patch, so we see this irrelative change ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93300/new/
https://reviews.llvm.org/D93300
More information about the llvm-commits
mailing list