[all-commits] [llvm/llvm-project] 170ae6: [AssumeBundle] Add documentation for the operand b...

Ralender via All-commits all-commits at lists.llvm.org
Wed Feb 19 09:57:21 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 170ae68fef05941120bff138d1f2b93cd0564454
      https://github.com/llvm/llvm-project/commit/170ae68fef05941120bff138d1f2b93cd0564454
  Author: Tyker <tyker1 at outlook.com>
  Date:   2020-02-19 (Wed, 19 Feb 2020)

  Changed paths:
    M llvm/docs/LangRef.rst

  Log Message:
  -----------
  [AssumeBundle] Add documentation for the operand bundles of an llvm.assume

Summary:
Operand bundles on an llvm.assume allows representing
assumptions that an attribute holds for a certain value at a certain position.
Operand bundles enable assumptions that are either hard or impossible to
represent as a boolean argument of an llvm.assume.

Reviewers: jdoerfert, fhahn, nlopes, reames, regehr, efriedma

Reviewed By: jdoerfert

Subscribers: lebedev.ri, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D74209




More information about the All-commits mailing list