[PATCH] D124691: [Transforms] Fix a wrong debug info intrinsic call in `mem2reg` pass for ref 128-bit
Artem Belevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 6 12:20:00 PDT 2022
tra added a subscriber: dblaikie.
tra added a comment.
I'm not familiar with debug info at all.
@dblaikie -- does this make sense to you? If it matters, i128 in NVPTX is not a native register type and is passed around as a pair of i64.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124691/new/
https://reviews.llvm.org/D124691
More information about the llvm-commits
mailing list