[PATCH] D87671: [PowerPC] Implement Vector String Isolate Builtins in Clang/LLVM
Amy Kwan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 14 22:45:36 PDT 2020
amyk added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCInstrPrefix.td:925
+ "vstribr", "$vT, $vB", IIC_VecGeneral,
+ [(set v16i8:$vT,
+ (int_ppc_altivec_vstribr v16i8:$vB))]>;
----------------
Not sure why the indentation here is off on Phabricator, but the actual diff has this line in what seems to be the correct spot.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87671/new/
https://reviews.llvm.org/D87671
More information about the cfe-commits
mailing list