https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69526
--- Comment #17 from rdapp at linux dot vnet.ibm.com --- (In reply to Marc Glisse from comment #16) > (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) looks good, thanks :)