search for: d48850

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

2018 Jul 02
3
Using FileCheck in unit tests
...ile writing some target agnostic Legalization code in GISel where it’s not possible or extremely inconvenient to use llc. What do others think of this? I would think there might be non GISel uses for FileCheck in unit tests, but I’m not sure. Here’s a quick patch for this (https://reviews.llvm.org/D48850 <https://reviews.llvm.org/D48850>) Thanks Aditya -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180702/bb167af5/attachment.html>
2018 Jul 03
2
Using FileCheck in unit tests
...lvm-dev <llvm-dev at lists.llvm.org> wrote: > > I had similar gripes with unit testing machine function stuff. I personally would have preferred to create more tests based on a tool like llc rather than pushing more on the unit test side. Anyway I tried to push https://reviews.llvm.org/D48850 <https://reviews.llvm.org/D48850> in order to extend llc to be more amenable in the situations we want to test, but it ultimately wasn't accepted. > > - Matthias > >> On Jul 2, 2018, at 2:35 PM, Aditya Nandakumar via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm...