[PATCH] D74486: [PowerPC][Future] Add initial support for PC Relative addressing for constant pool loads
Amy Kwan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 14 15:34:39 PDT 2020
amyk added a comment.
Just found one more typo.
================
Comment at: llvm/lib/Target/PowerPC/PPCInstrPrefix.td:340
+// TODO: We have an added complexity of 500 here. This is only a temporatry
+// solution to have tablegen consider these patterns first. The way we do
----------------
s/temporatry/temporary
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74486/new/
https://reviews.llvm.org/D74486
More information about the llvm-commits
mailing list