[llvm-dev] New register class and patterns

Rail Shafigulin via llvm-dev llvm-dev at lists.llvm.org
Thu Jan 28 18:11:29 PST 2016


I've added a new register class to my target, but haven't used any of the
new registers in any of the instructions. However when I compile llvm I get
the following error:

In SFEQ_ri: Could not infer all types in pattern

Curiously all the instructions where this error occurs are the set flag
instructions (flags like zero, less than, greater than etc).

Would anyone be able to figure out why this is happening? I can provide
more code if needed.

-- 
Rail Shafigulin
Software Engineer
Esencia Technologies
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160128/d338032f/attachment.html>


More information about the llvm-dev mailing list