[all-commits] [llvm/llvm-project] 3e3156: DAG: Use correct pointer size for llvm.ptrmask
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon May 18 13:46:32 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3e315697ac7c0df0715a801f5f85b1482f71a55c
https://github.com/llvm/llvm-project/commit/3e315697ac7c0df0715a801f5f85b1482f71a55c
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-05-18 (Mon, 18 May 2020)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
A llvm/test/CodeGen/AMDGPU/ptrmask.ll
Log Message:
-----------
DAG: Use correct pointer size for llvm.ptrmask
This was ignoring the address space, and would assert on address
spaces with a different size from the default.
More information about the All-commits
mailing list