[all-commits] [llvm/llvm-project] 6637d7: [Lint] Add check for intrinsic get.active.lane.mask
sjoerdmeijer via All-commits
all-commits at lists.llvm.org
Thu Sep 17 01:22:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6637d72ddd3cf4cf3a7e6dfc227a86999137badb
https://github.com/llvm/llvm-project/commit/6637d72ddd3cf4cf3a7e6dfc227a86999137badb
Author: Sjoerd Meijer <sjoerd.meijer at arm.com>
Date: 2020-09-17 (Thu, 17 Sep 2020)
Changed paths:
M llvm/lib/Analysis/Lint.cpp
A llvm/test/Analysis/Lint/get-active-lane-mask.ll
Log Message:
-----------
[Lint] Add check for intrinsic get.active.lane.mask
As @efriedma pointed out in D86301, this "not equal to 0 check" of
get.active.lane.mask's second operand needs to live here in Lint and not the
Verifier.
Differential Revision: https://reviews.llvm.org/D87228
More information about the All-commits
mailing list