Matt Arsenault

Results 5 issues of Matt Arsenault

If I have a notification from person X, and I launch messages, thus viewing the messages, the notification remains about the text message.

Mismatched Functionality

Change-Id: I30fdb177d1f1d60b1ba260ff9b76330abf36c78b

This infers the "amdgpu-calls" and "amdgpu-stack-objects" attributes, which are poorly named and handled backwards. We only use these to try to infer whether we need to initialize flat scratch. Instead,...

backend:AMDGPU

``` define i32 @src(ptr addrspace(1) %ptr) { %load = load i32, ptr addrspace(1) %ptr ret i32 %load } define i32 @tgt(ptr addrspace(1) %ptr) { %load = load i32, ptr addrspace(1)...

enhancement
memory

fneg, fabs and fcopysign are defined as bit operations, and should be subject to bitwise simplification. Fneg is xor with a signbit mask, fabs is and with a sign mask,...

good first issue
floating-point
llvm:SelectionDAG