[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:25:21 PDT 2020


MaskRay updated this revision to Diff 249456.
MaskRay retitled this revision from "Revert SimplifyLibcalls part change of D45736 [SimplifyLibcalls] Replace locked IO with unlocked IO" to "[SimplifyLibcalls] Don't replace locked IO (fgetc/fgets/fputc/fputs/fread/fwrite) with unlocked IO (*_unlocked)

This revert the SimplifyLibcalls part change of D45736 [SimplifyLibcalls] Replace locked IO with unlocked IO.".
MaskRay added a comment.

Make the title clearer

1. Updating D75933 <https://reviews.llvm.org/D75933>: [SimplifyLibcalls] Don't replace locked IO (fgetc/fgets/fputc/fputs/fread/fwrite) with unlocked IO (*_unlocked)


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/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.249456.patch
Type: text/x-patch
Size: 27624 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200310/59a0bc13/attachment-0001.bin>


More information about the llvm-commits mailing list