[PATCH] D74616: [ARM] Setting missing isLaneQ attribute on Neon Intrisics definitions

Lucas Prates via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 14 08:14:16 PST 2020


pratlucas created this revision.
Herald added subscribers: cfe-commits, kristof.beyls.
Herald added a project: clang.

Some of the '*_laneq' intrinsics defined in arm_neon.td were missing the
setting of the 'isLaneQ' attribute. This patch sets the attribute on the
re lated definitions, as they will be required to properly perform range
checks on their lane arguments.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74616

Files:
  clang/include/clang/Basic/arm_neon.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74616.244673.patch
Type: text/x-patch
Size: 15845 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200214/d3938480/attachment-0001.bin>


More information about the cfe-commits mailing list