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] rs6000: Fix ne0 patterns (PR51274)


This is okay, but can you also add a target testcase to check that the
correct assembly instructions are generated so that we can try to
ensure this does not regress again?

This won't regress in this way again, because now the pattern is a single RTL op. But yes, target tests for this kind of thing would be quite useful.

However, I'm going to overhaul the whole SCC thing, so I'd rather
add tests for everything at once.  OTOH, it's a good exercise I
suppose...  Your choice :-)


Segher



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