search for: radnai

Displaying 5 results from an estimated 5 matches for "radnai".

2020 Sep 14
3
Mem2reg: load before single store
...the second branch will be replaced by a phi node, if the (*) branch is taken, the value is 0, else undef. I'm concerned that this is an LLVM bug. Reproduction: clang -S -emit-llvm test.c opt -mem2reg test.ll I'm not at the computer right now, so I cannot show the exact generated code. Radnai László -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200914/5a6c769f/attachment.html>
2020 Aug 14
2
Fwd: Deterministic function return attribute
Hi László, On 8/13/20 5:21 PM, László Radnai via llvm-dev wrote: > (Sorry I clicked reply instead of reply to all) > I'm fighting with my email client, I hope the quoted text contains > what I want it to contain. > > ---------- Forwarded message ---------- > From: László Radnai <radlaci97 at gmail.com> >...
2020 Sep 14
2
Mem2reg: load before single store
On 9/14/20 9:30 AM, James Y Knight via llvm-dev wrote: > On Mon, Sep 14, 2020 at 3:19 AM László Radnai via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> A problem arises, and I am not sure if it is really a problem or just >> weird C-compliant behavior. >> >> int a; // or, equally, int a=0; >> >> int main(){ >> int b; >> if (b) /...
2020 Aug 13
3
Deterministic function return attribute
Hi! I'm interested in what attributes in LLVM mean, specifically how to say that the result is always the same for the given input parameters. The main thing would be to merge two calls with the same parameters when the function is declared but not defined. (just like two stores). I'll call this property mergability. %1 := call @test(%0) %2 := call @test(%0) and the optimization would
2010 Apr 27
0
Samba 3.5.2 with/out aio on FreeBSD 7.2
Hi, I have a FreeBSD 7.2 machine with Samba 3.4.5 with aio support enabled. If I try to upgrade to Samba 3.5.2 from source aio support compiles but I receive "Abnormal server exit: Failed to setup RT_SIGNAL_AIO handler" fatal error from smbd. Without aio 3.5.2 too works nice. Any hint please what has been changed from 3.4.5 to 3.5.2 regarding aio? Or what special compile option would