search for: i1985

Displaying 2 results from an estimated 2 matches for "i1985".

Did you mean: 1985
2015 Sep 04
3
Testing "normal" cross-compilers versus GPU backends
...f a target fails to support something, the > owner of the target is responsible for making sure those tests are disabled > appropriately. Is there such a documentation of what is a target independent feature that every backend *must* implement? What if I write a test with types like i3 and i1985? My understanding, I may be wrong of course, is that the IR is generic and IR passes should pass on “any” generic IR (i.e. “opt” level passes). As soon as you introduce a backend, you lose these guarantees (i.e. “llc” level). > It sounds like you think targets should get to pick and choose w...
2015 Sep 04
4
Testing "normal" cross-compilers versus GPU backends
> On Sep 3, 2015, at 5:56 PM, Robinson, Paul <Paul_Robinson at playstation.sony.com> wrote: > > > >> -----Original Message----- >> From: Mehdi Amini [mailto:mehdi.amini at apple.com] >> Sent: Thursday, September 03, 2015 3:26 PM >> To: Robinson, Paul >> Cc: Tom Stellard; llvm-dev at lists.llvm.org; NAKAMURA Takumi >> Subject: Re: Testing