[PATCH] D75933: [SimplifyLibcalls] Don't replace locked IO (fgetc/fgets/fputc/fputs/fread/fwrite) with unlocked IO (*_unlocked)
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 10 11:27:39 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGa0c0389ffbb5: [SimplifyLibcalls] Don't replace locked IO… (authored by MaskRay).
Changed prior to commit:
https://reviews.llvm.org/D75933?vs=249456&id=249462#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75933/new/
https://reviews.llvm.org/D75933
Files:
llvm/include/llvm/Transforms/Utils/BuildLibCalls.h
llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h
llvm/lib/Transforms/Utils/BuildLibCalls.cpp
llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
llvm/test/Transforms/InstCombine/unlocked-stdio-mingw.ll
llvm/test/Transforms/InstCombine/unlocked-stdio.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75933.249462.patch
Type: text/x-patch
Size: 28431 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200310/8b64def6/attachment.bin>
More information about the llvm-commits
mailing list