[PATCH] D26547: [PPC] add intrinsics mapping to the extractuw/insertw instructions
Nemanja Ivanovic via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 13 19:02:11 PST 2016
nemanjai added inline comments.
================
Comment at: lib/Target/PowerPC/PPCInstrVSX.td:2209
+ (v2i64 (COPY_TO_REGCLASS
+ (f64 (XXEXTRACTUW $A, imm:$IMM)), VSRC))>;
//===--------------------------------------------------------------------===//
----------------
I think the cast to `f64` here is redundant, but it's not that relevant.
Repository:
rL LLVM
https://reviews.llvm.org/D26547
More information about the llvm-commits
mailing list