search for: 287c055a

Displaying 2 results from an estimated 2 matches for "287c055a".

Did you mean: 287055
2016 Dec 26
2
[SDAG] Recovering pointer types
...h > to know the alignment? The getAlignment() / getOriginalAlignment() methods > on the LoadSDNode should give you this. > > David > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161226/287c055a/attachment.html>
2016 Dec 26
0
[SDAG] Recovering pointer types
On 26 Dec 2016, at 14:58, Nemanja Ivanovic via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > I am wondering if there is a good/easy way to recover the original type of a pointer parameter in the SDAG. Here's the problem that I am dealing with: > > define <4 x i32> @test(i32* nocapture readonly %a) local_unnamed_addr #0 { > entry: > %0 = bitcast i32* %a to