[PATCH] D134792: [PowerPC][GISel] support 64 bit load/store
Thorsten via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 28 02:16:24 PDT 2022
tschuett added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/GISel/PPCInstructionSelector.cpp:141
+ switch (OpSize) {
+ case 32:
+ return isStore ? PPC::STFS : PPC::LFS;
----------------
Did you say 64bit?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134792/new/
https://reviews.llvm.org/D134792
More information about the llvm-commits
mailing list