[all-commits] [llvm/llvm-project] 0c5588: [IR] Remove noundef from masked store/load/gather/...

Juneyoung Lee via All-commits all-commits at lists.llvm.org
Wed Aug 26 14:42:10 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0c55889d809027136048a0d144209a2bc282e7fc
      https://github.com/llvm/llvm-project/commit/0c55889d809027136048a0d144209a2bc282e7fc
  Author: Juneyoung Lee <aqjune at gmail.com>
  Date:   2020-08-27 (Thu, 27 Aug 2020)

  Changed paths:
    M llvm/include/llvm/IR/Intrinsics.td
    M mlir/test/Target/llvmir-intrinsics.mlir

  Log Message:
  -----------
  [IR] Remove noundef from masked store/load/gather/scatter's pointer operands

As discussed in D86576, noundef attribute is removed from masked store/load/gather/scatter's
pointer operands.

Reviewed By: efriedma

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




More information about the All-commits mailing list