Displaying 2 results from an estimated 2 matches for "202262".
Did you mean:
20262
2014 Sep 19
4
[LLVMdev] [RFC] Exhaustive bitcode compatibility tests for IR features
> On Sep 19, 2014, at 9:57 AM, Rafael Espíndola <rafael.espindola at gmail.com> wrote:
>
> So the proposal is that during development new features are added to
> test/Features/compatibility.ll (or some other name). When 3.6 is
> released, we will
>
> * assemble the file with llvm-as-3.6.
> * Check in the .bc file as test/Features/Input/compatibility-3.6.bc
> *
2014 Nov 08
2
[LLVMdev] [RFC] Exhaustive bitcode compatibility tests for IR features
...AM, Kuperstein, Michael M <
> michael.m.kuperstein at intel.com> wrote:
>
> I’ve committed a set of precisely this kind of tests earlier this year,
> based off LLVM 3.2.
> They’re in test/Bitcode. (e.g. test/Bitcode/global-variables.3.2.ll), the
> commits are 197340, 197873, 202262 and 202647 if you want the whole list.
>
> Does that cover what you want, more or less?
> The coverage isn't complete, but there are a few more test that I still
> have laying around that I unfortunately never got around to committing,
> I'll do it later this week.
>
>...