Skip to content

Commit cbf1133

Browse files
committed
Update AArch64InstrFormats.td
1 parent 1d491a5 commit cbf1133

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/AArch64/AArch64InstrFormats.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5974,7 +5974,6 @@ multiclass SIMDThreeSameVectorB<bit U, bits<5> opc, string asm,
59745974
(OpNode (v16i8 V128:$Rn), (v16i8 V128:$Rm)))]>;
59755975
}
59765976

5977-
// As above, but only floating point elements supported.
59785977
let mayRaiseFPException = 1, Uses = [FPCR] in
59795978
multiclass SIMDThreeSameVectorFP<bit U, bit S, bits<3> opc,
59805979
string asm, SDPatternOperator OpNode> {

0 commit comments

Comments
 (0)