[PATCH] D92879: [PowerPC] Materialize 34 bit constants with pli on Power 10.
Amy Kwan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 6 13:27:55 PST 2021
amyk added a comment.
Thanks for updating. I just noticed one more minor nit.
================
Comment at: llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp:1027
+// well as non prefix instructions. The function will return the SDNode
+// to meterialize that constant or it will return nullptr if it does not
+// find one. The variable InstCnt is set to the number of instructions that
----------------
s/meterialize/materialize
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92879/new/
https://reviews.llvm.org/D92879
More information about the llvm-commits
mailing list