[PATCH] D45736: [SimplifyLibcalls] Replace locked IO with unlocked IO

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 9 17:36:47 PDT 2018


xbolva00 updated this revision to Diff 146040.
xbolva00 added a comment.

Handle GNU extensions under isGNUEnvironment (same way as we do for sincos)


https://reviews.llvm.org/D45736

Files:
  include/llvm/Analysis/TargetLibraryInfo.def
  include/llvm/Transforms/Utils/BuildLibCalls.h
  include/llvm/Transforms/Utils/SimplifyLibCalls.h
  lib/Analysis/TargetLibraryInfo.cpp
  lib/Transforms/Utils/BuildLibCalls.cpp
  lib/Transforms/Utils/SimplifyLibCalls.cpp
  test/Transforms/InferFunctionAttrs/annotate.ll
  test/Transforms/InstCombine/unlocked-stdio.ll
  unittests/Analysis/TargetLibraryInfoTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45736.146040.patch
Type: text/x-patch
Size: 40245 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180510/9e3297dd/attachment.bin>


More information about the llvm-commits mailing list