[PATCH] D62762: [Attributor] Deduce "nosync" function attribute

Stefan Stipanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 31 19:20:47 PDT 2019


sstefan1 updated this revision to Diff 202525.
sstefan1 added a comment.

update


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62762

Files:
  llvm/lib/Transforms/IPO/Attributor.cpp


Index: llvm/lib/Transforms/IPO/Attributor.cpp
===================================================================
--- llvm/lib/Transforms/IPO/Attributor.cpp
+++ llvm/lib/Transforms/IPO/Attributor.cpp
@@ -350,7 +350,6 @@
     return MP_FUNCTION;
   }
 
-
   /// See AbstractAttribute::getAsStr().
   virtual const std::string getAsStr() const override {
     return getAssumed() ? "nosync" : "may-sync";


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62762.202525.patch
Type: text/x-patch
Size: 403 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190601/b808f95f/attachment.bin>


More information about the llvm-commits mailing list