| Submitter | Marcus Shawcroft |
|---|---|
| Date | Sept. 26, 2012, 8:43 a.m. |
| Message ID | <5062C03F.5030209@arm.com> |
| Download | mbox | patch |
| Permalink | /patch/186993/ |
| State | New |
| Headers | show |
Comments
Patch
Index: gcc/config/aarch64/predicates.md =================================================================== --- gcc/config/aarch64/predicates.md (revision 191754) +++ gcc/config/aarch64/predicates.md (working copy) @@ -295,9 +295,3 @@ { return aarch64_simd_imm_zero_p (op, mode); }) - -(define_predicate "aarch64_simd_reg_or_zero" - (and (match_code "reg,subreg,const_int,const_vector") - (ior (match_operand 0 "register_operand") - (ior (match_test "op == const0_rtx") - (match_test "aarch64_simd_imm_zero_p (op, mode)")))))