This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 8b/9] Add target-independent selftests of RTL function reader


On 12/02/2016 08:06 AM, Bernd Schmidt wrote:
Conceptually, the concept of "target-independent RTL" seems weird to me.
But I guess you expect these to work because the backend never gets
involved trying to recognize insns or addressing modes? I think a
comment to that effect somewhere near the C code to load these tests
would be good.
That's one of the very interesting issues here. IMHO the place we want to go with this stuff is marry it with your idea of a RTL testing backend.

Alternately we're stuck trying to get our grubby fingers into things like recog_for_combine.

Jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]