Re: Generate -zero RTX expression
Revital1 Eres <[EMAIL PROTECTED]> writes: > I appreciate it if someone could tell me how I can create a -0 RTX > expression (like CONST0_RTX)? The easy way is something along the lines of: simplify_gen_unary (NEG, mode, CONST0_RTX (mode), mode) Ian
Generate -zero RTX expression
Hello, I appreciate it if someone could tell me how I can create a -0 RTX expression (like CONST0_RTX)? Thanks, Revital