search for: preudhomm

Displaying 8 results from an estimated 8 matches for "preudhomm".

Did you mean: preudhomme
2018 Jul 31
2
Syntax for FileCheck numeric variables and expressions
Hi Alex, On Fri, 27 Jul 2018 at 11:53, Alexander Richardson <arichardson.kde at gmail.com> wrote: > > On Thu, 26 Jul 2018 at 10:28 Thomas Preudhomme <thomas.preudhomme at linaro.org> wrote: >> >> Hi Alexander, >> >> Please forgive me if I'm missing the obvious but I do not see how the >> order helps allowing a comma in the expression. It seems to me that >> what would allow it is to make FMTSPEC ma...
2018 Aug 22
4
Syntax for FileCheck numeric variables and expressions
...ngy. Comes up in DWARF dumps all the >> time. >> >> --paulr >> >> >> >> *From:* llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] *On Behalf Of *James >> Henderson via llvm-dev >> *Sent:* Tuesday, July 31, 2018 11:53 AM >> *To:* Thomas Preudhomme >> *Cc:* llvm-dev >> >> *Subject:* Re: [llvm-dev] Syntax for FileCheck numeric variables and >> expressions >> >> >> >> This looks like a reasonable subset of features to me. My only question >> is related to this one: >> >> >&gt...
2018 Jul 31
2
Syntax for FileCheck numeric variables and expressions
...nly envision a use case for a [BASE + LENGTH + 4] computation to verify the address of a next-thingy. Comes up in DWARF dumps all the time. --paulr From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of James Henderson via llvm-dev Sent: Tuesday, July 31, 2018 11:53 AM To: Thomas Preudhomme Cc: llvm-dev Subject: Re: [llvm-dev] Syntax for FileCheck numeric variables and expressions This looks like a reasonable subset of features to me. My only question is related to this one: > - arithmetic expression involving several variables Is it actually harder to write FileCheck to handle...
2018 Jul 26
3
Syntax for FileCheck numeric variables and expressions
...general preference. Best regards, Thomas P.S.: My apologies for only asking now but how do you prefer to be called? Alexander Vs Alex Vs something else? On Sun, 22 Jul 2018 at 20:23, Alexander Richardson <arichardson.kde at gmail.com> wrote: > > On Wed, 18 Jul 2018 at 13:50 Thomas Preudhomme <thomas.preudhomme at linaro.org> wrote: >> >> Hi Alex, >> >> Thanks for the feedback. My first thought was that introducing the new >> pseudo var @EXPR is a nice way to generalize that syntax beyond @LINE >> since it would also evaluate to an arithmetic v...
2018 Jul 18
2
Syntax for FileCheck numeric variables and expressions
...roposal does. It seems this syntax would suit all your current uses (albeit the rewriting necessary), did I miss something? Best regards, Thomas On Tue, 17 Jul 2018 at 21:59, Alexander Richardson <arichardson.kde at gmail.com> wrote: > > > > On Tue, 17 Jul 2018 at 10:02 Thomas Preudhomme via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> To be clear, I do not intend to add support for hex specifier in the >> current patch, I just want to make sure the syntax we choose is going >> to allow it later. My immediate use case is decimal integer and I &g...
2018 Jul 17
2
Syntax for FileCheck numeric variables and expressions
...cifier that are actually required by actual testcases. Best regards, Thomas On Mon, 16 Jul 2018 at 18:39, <paul.robinson at sony.com> wrote: > > > > > -----Original Message----- > > From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of > > Thomas Preudhomme via llvm-dev > > Sent: Monday, July 16, 2018 6:24 AM > > To: jh7370.2008 at my.bristol.ac.uk > > Cc: llvm-dev at lists.llvm.org > > Subject: Re: [llvm-dev] Syntax for FileCheck numeric variables and > > expressions > > > > Hi James, > > > > I l...
2018 Jul 16
2
Syntax for FileCheck numeric variables and expressions
...Uses > > Of course, if we go down that route, it would probably make more sense to reverse the two sides (e.g. to become "[[# %d, VAR:]]" to capture a decimal and "[[# %8X, VAR + 1]]" to use it). > > Regards, > > James > > On 12 July 2018 at 15:34, Thomas Preudhomme via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> Hi all, >> >> I've written a patch to extend FileCheck to support matching >> arithmetic expressions involving variable [1] (eg. to match REG+1 >> where REG is a variable with a numeric value). It...
2018 Jul 12
2
Syntax for FileCheck numeric variables and expressions
Hi all, I've written a patch to extend FileCheck to support matching arithmetic expressions involving variable [1] (eg. to match REG+1 where REG is a variable with a numeric value). It was suggested to me in the review to introduce the concept of numeric variable and to allow for specifying the base the value are written in. [1] https://reviews.llvm.org/D49084 I think the syntax should