[llvm] b0f58aa - [NFC] Replace tabs with spaces in PPCInstrPrefix.td
Hubert Tong via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 22 11:23:42 PDT 2020
Author: Hubert Tong
Date: 2020-09-22T14:23:32-04:00
New Revision: b0f58aa116a1ac2c2fa6b1667017bb29b3418411
URL: https://github.com/llvm/llvm-project/commit/b0f58aa116a1ac2c2fa6b1667017bb29b3418411
DIFF: https://github.com/llvm/llvm-project/commit/b0f58aa116a1ac2c2fa6b1667017bb29b3418411.diff
LOG: [NFC] Replace tabs with spaces in PPCInstrPrefix.td
Added:
Modified:
llvm/lib/Target/PowerPC/PPCInstrPrefix.td
Removed:
################################################################################
diff --git a/llvm/lib/Target/PowerPC/PPCInstrPrefix.td b/llvm/lib/Target/PowerPC/PPCInstrPrefix.td
index 539f4bcdc416..1f5f93c28b3a 100644
--- a/llvm/lib/Target/PowerPC/PPCInstrPrefix.td
+++ b/llvm/lib/Target/PowerPC/PPCInstrPrefix.td
@@ -1142,7 +1142,7 @@ let Predicates = [IsISA3_1] in {
def VEXPANDBM : VXForm_RD5_XO5_RS5<1602, 0, (outs vrrc:$vD), (ins vrrc:$vB),
"vexpandbm $vD, $vB", IIC_VecGeneral,
[(set v16i8:$vD, (int_ppc_altivec_vexpandbm
- v16i8:$vB))]>;
+ v16i8:$vB))]>;
def VEXPANDHM : VXForm_RD5_XO5_RS5<1602, 1, (outs vrrc:$vD), (ins vrrc:$vB),
"vexpandhm $vD, $vB", IIC_VecGeneral,
[(set v8i16:$vD, (int_ppc_altivec_vexpandhm
More information about the llvm-commits
mailing list