This is the mail archive of the gcc-help@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] | |
It may be correct for the pattern to not be matched with expand. It's OK if the if-conversion pass picks it up, which seems to be what is happening for you.
If the generated code you are getting is wrong, then problem is likely in the define_insn patterns somewhere. They don't correct represent what the instruction does, or they don't correctly implement it.
Ian
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |