1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
int add_subl(int x, int y) { return (x + y) - x; } /* * check-name: simplify-same-add-subl * check-command: test-linearize -Wno-decl $file * check-known-to-fail * * check-output-start add_subl: .L0: <entry-point> ret.32 %arg2 * check-output-end */