[PATCH] D90173: [PowerPC] Exploit splat instruction xxsplti32dx in Power10
Albion Fung via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 7 15:20:06 PST 2020
Conanap added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCInstrPrefix.td:2385
+
+ def : Pat <(v2i64 (PPCxxsplti32dx v2i64:$XT, i32:$XI, i32:$IMM32)),
+ (v2i64 (XXSPLTI32DX v2i64:$XT, i32:$XI, i32:$IMM32))>;
----------------
amyk wrote:
> It would be good to put this under the "Anonymous Patterns" section.
thanks for catching that, I meant to put it there originally.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90173/new/
https://reviews.llvm.org/D90173
More information about the cfe-commits
mailing list