The backend I'm working on supports vector constants and the code to currently implement them is done in scalars and this is very inefficient when vector operations involving immediates occur. Are there any examples of writing tablegen code that works with vector immediate? Thanks, Micah -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091217/18ab0244/attachment.html>
Reasonably Related Threads
- [LLVMdev] Vector immediates in tablegen w/o build_vector?
- [LLVMdev] Tablegen: Instructions that take immediates or registers as operands
- [LLVMdev] Tablegen foreach
- [LLVMdev] Tablegen: Instructions that take immediates or registers as operands
- [LLVMdev] [llvm-commits] How to define macros in a tablegen file?