[PATCH] D69891: [VP,Integer,#1] Vector-predicated integer intrinsics

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 24 07:54:04 PST 2020


simoll updated this revision to Diff 246212.
simoll edited the summary of this revision.
simoll added a comment.

- added section that %evl is disencouraged for non-evl targets
- The VP intrinsic has UB if the effective EVL is out of bounds.
- Use `i32 -1` as special value for %evl (disabling %evl for this VP call).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69891

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/Analysis/TargetTransformInfo.h
  llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
  llvm/include/llvm/IR/IntrinsicInst.h
  llvm/include/llvm/IR/Intrinsics.td
  llvm/include/llvm/IR/VPIntrinsics.def
  llvm/lib/IR/IntrinsicInst.cpp
  llvm/test/Verifier/vp-intrinsics.ll
  llvm/unittests/IR/CMakeLists.txt
  llvm/unittests/IR/VPIntrinsicTest.cpp
  llvm/utils/TableGen/CodeGenIntrinsics.h
  llvm/utils/TableGen/CodeGenTarget.cpp
  llvm/utils/TableGen/IntrinsicEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69891.246212.patch
Type: text/x-patch
Size: 50574 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200224/1f7716cf/attachment-0001.bin>


More information about the llvm-commits mailing list