[all-commits] [llvm/llvm-project] adda9c: IR: Remove extra name mangling from llvm.ptrmask
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri May 15 11:49:22 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: adda9c0a4f6323f7d5c4b324b6dccea1e06d0fee
https://github.com/llvm/llvm-project/commit/adda9c0a4f6323f7d5c4b324b6dccea1e06d0fee
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-05-15 (Fri, 15 May 2020)
Changed paths:
M llvm/include/llvm/IR/Intrinsics.td
Log Message:
-----------
IR: Remove extra name mangling from llvm.ptrmask
This should not be allowed to change the address space of the source
and result, so the pointer types should match. The only emitter of
this seems to be a disable clang change, so no tests to update.
More information about the All-commits
mailing list