[PATCH] D96075: [PowerPC] Exploit Prefixed Load/Stores using the refactored Load/Store Implementation
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 8 03:27:55 PDT 2021
nemanjai accepted this revision.
nemanjai added a comment.
LGTM.
================
Comment at: llvm/lib/Target/PowerPC/PPCInstrPrefix.td:2707
+ (f64 (PPCcv_fp_to_uint_in_vsr f128:$src)), PDForm:$dst, 8),
+ (PSTXSD (COPY_TO_REGCLASS (XSCVQPUDZ f128:$src), VFRC), PDForm:$dst)>;
+ def : Pat<(PPCstore_scal_int_from_vsr
----------------
Nit: this line appears to be too long (and so does 2710).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96075/new/
https://reviews.llvm.org/D96075
More information about the llvm-commits
mailing list