[all-commits] [llvm/llvm-project] 6d23f2: [examples] Fix llvm.memset prototype in BrainF exa...

Ricky Zhou via All-commits all-commits at lists.llvm.org
Sun May 10 14:21:18 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6d23f2985270acb6907ad61f609a245bf844d472
      https://github.com/llvm/llvm-project/commit/6d23f2985270acb6907ad61f609a245bf844d472
  Author: Ricky Zhou <ricky at rzhou.org>
  Date:   2020-05-10 (Sun, 10 May 2020)

  Changed paths:
    M llvm/examples/BrainF/BrainF.cpp

  Log Message:
  -----------
  [examples] Fix llvm.memset prototype in BrainF example.

Commit 1e68724d24ba38de7c7cdb2e1939d78c8b37cc0d removed the alignment
argument from the memset intrinsic. Update the BrainF example to match.

Reviewed By: jyknight
Differential Revision: https://reviews.llvm.org/D79601




More information about the All-commits mailing list