Dan
2013-Jul-31 06:38 UTC
[LLVMdev] Is there a way to check if an operation's type has been promoted
This is more of a follow-up on an earlier question. If MUL MVT::i32 is getting promoted (to MVT::i64), is there any way to distinguish the Node later as it goes through lowering? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130731/28d7eba0/attachment.html>
Duncan Sands
2013-Jul-31 09:36 UTC
[LLVMdev] Is there a way to check if an operation's type has been promoted
On 31/07/13 08:38, Dan wrote:> > > This is more of a follow-up on an earlier question. If MUL MVT::i32 is getting > promoted (to MVT::i64), is there any way to distinguish the Node later as it > goes through lowering?No. Ciao, Duncan.
Seemingly Similar Threads
- [LLVMdev] Help with promotion/custom handling of MUL i32 and MUL i64
- [LLVMdev] Help with promotion/custom handling of MUL i32 and MUL i64
- [LLVMdev] Help with promotion/custom handling of MUL i32 and MUL i64
- [LLVMdev] Help with promotion/custom handling of MUL i32 and MUL i64
- [LLVMdev] Help with promotion/custom handling of MUL i32 and MUL i64