[PATCH] D154933: [PowerPC] Implement llvm.set.rounding intrinsic
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 11 04:42:20 PDT 2023
nemanjai added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCISelLowering.cpp:8875
+ } else {
+ // In 32-bit mode, store f64, load and update the lower half.
+ int SSFI = MF.getFrameInfo().CreateStackObject(8, Align(8), false);
----------------
Is this whole complicated sequence actually better than just expanding this into a library call?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154933/new/
https://reviews.llvm.org/D154933
More information about the llvm-commits
mailing list