aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LiveDebugValues.cpp
diff options
context:
space:
mode:
authorLucas Prates <lucas.prates@arm.com>2020-02-18 12:55:52 +0000
committerLucas Prates <lucas.prates@arm.com>2020-03-19 12:08:12 +0000
commitd4ad386ee1955ceb63fc616b3e30abb553e0685f (patch)
treefc69947266db3dcb7c28063b2e64c51ac68f98c0 /llvm/lib/CodeGen/LiveDebugValues.cpp
parentf56550cf7f12b581a237b48a7f4d8b6682d45a09 (diff)
downloadllvm-d4ad386ee1955ceb63fc616b3e30abb553e0685f.zip
llvm-d4ad386ee1955ceb63fc616b3e30abb553e0685f.tar.gz
llvm-d4ad386ee1955ceb63fc616b3e30abb553e0685f.tar.bz2
[ARM] Fixing range checks for Neon's vqdmulhq_lane and vqrdmulhq_lane intrinsics
Summary: The range checks performed for the vqrdmulh_lane and vqrdmulh_lane Neon intrinsics were incorrectly using their return type as the base type for the range check performed on their 'lane' argument. This patch updates those intrisics to use the type of the proper reference argument to perform the range checks. Reviewers: jmolloy, t.p.northover, rsmith, olista01, dnsampaio Reviewed By: dnsampaio Subscribers: dnsampaio, kristof.beyls, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D74766
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugValues.cpp')
0 files changed, 0 insertions, 0 deletions