[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
Ana Pazos
apazos at codeaurora.org
Sun Feb 1 13:57:26 PST 2015
Hi George, I will run some tests and let you know of any performance and correctness issues.
Thanks!
Ana.
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of George Burgess IV
Sent: Friday, January 30, 2015 8:35 PM
To: Hal Finkel
Cc: Jiangning Liu; LLVM Developers Mailing List
Subject: Re: [LLVMdev] question about enabling cfl-aa and collecting a57 numbers
So, I split it up into three patches:
- cflaa-danny-fixes.diff are (some of?) the fixes that Danny gave us earlier for tests + the minimal modifications you’d need to make in CFLAA to make them pass tests.
- cflaa-minor-bugfixes.diff consists primarily of a bug fix for Argument handling — we’d always report NoAlias when one of the given variables was an entirely unused argument
(We never added the appropriate Argument StratifiedAttr)
- cflaa-constexpr-fix.diff - The fix for the constexpr behavior we’ve been seeing
Patches are meant to be applied in the order listed.
Also, I just wanted to thank everyone again for your help so far — it’s greatly appreciated. :)
George
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150201/4595dd5c/attachment.html>
More information about the llvm-dev
mailing list