[PATCH] D86585: [llvm] [DAG] Fix bug in llvm.get.active.lane.mask lowering

Aart Bik via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 25 17:58:40 PDT 2020


aartbik created this revision.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
aartbik requested review of this revision.

This intrinsic only accepted proper machine vector lengths.
Fixed by this change. With unit tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D86585

Files:
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/test/CodeGen/X86/pr47299.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86585.287812.patch
Type: text/x-patch
Size: 6741 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200826/99c7c27a/attachment.bin>


More information about the llvm-commits mailing list