[PATCH] D101149: [InstCombine][NFC] add tests for printf("%s", str) --> puts(str)/noop transformation.

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 23 05:44:55 PDT 2021


xbolva00 added a comment.

In D101149#2711942 <https://reviews.llvm.org/D101149#2711942>, @thakis wrote:

> Looks like this breaks tests: http://45.33.8.238/linux/44909/step_12.txt
>
> Please take a look, and if it takes a while to fix please revert for now.

Regenerated. @yurai007 you have old version of "opt" on your system.  Fetch latest sources of LLVM & run ninja -j8 && ninja install. Then you can use update scripts.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101149/new/

https://reviews.llvm.org/D101149



More information about the llvm-commits mailing list