https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69526

--- Comment #16 from Marc Glisse <glisse at gcc dot gnu.org> ---
(In reply to rdapp from comment #15)
> Is there a simple method to access @inner when
> capturing
> (outer_op (convert (inner_op SSA_NAME@0 INTEGER_CST@1)) INTEGER_CST@2))
>                    ^---------------------------------^
>                                  @inner
> or, even-better both, @inner as well as @0 and @1, at the same time? (Apart
> from looking through use stmts)

(outer_op (convert (inner_op@3 SSA_NAME@0 INTEGER_CST@1)) INTEGER_CST@2))

Does @3 do what you want here? (I didn't follow the discussion)

Reply via email to