[PATCH] D26348: Allow convergent attribute for function arguments

Nicolai Hähnle via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 17 04:54:03 PST 2016


nhaehnle updated this revision to Diff 78348.
nhaehnle added a comment.
Herald added a subscriber: mzolotukhin.

Add missing handling of the convergent attribute in GVNHoist and
LoopUnroll.

Also update LangRef with the suggested changes to phrasing.


https://reviews.llvm.org/D26348

Files:
  docs/LangRef.rst
  include/llvm/Analysis/CodeMetrics.h
  include/llvm/IR/Instructions.h
  include/llvm/IR/Intrinsics.td
  include/llvm/IR/IntrinsicsAMDGPU.td
  lib/Analysis/CodeMetrics.cpp
  lib/AsmParser/LLParser.cpp
  lib/IR/Verifier.cpp
  lib/Transforms/Scalar/GVNHoist.cpp
  lib/Transforms/Scalar/LoopUnrollPass.cpp
  lib/Transforms/Utils/SimplifyCFG.cpp
  test/Bitcode/attributes.ll
  test/Transforms/GVNHoist/hoist-convergent.ll
  test/Transforms/InstCombine/select-call.ll
  test/Transforms/LoopUnroll/convergent.ll
  test/Transforms/SimplifyCFG/convergent.ll
  utils/TableGen/CodeGenIntrinsics.h
  utils/TableGen/CodeGenTarget.cpp
  utils/TableGen/IntrinsicEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26348.78348.patch
Type: text/x-patch
Size: 20557 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161117/7c6dcfab/attachment-0001.bin>


More information about the llvm-commits mailing list