<div dir="ltr">Thank you so much. it run fine.<div>Can you please resolve  following issue;<br></div><div><br></div><div>I now have support for v2048i32</div><div>but my backend supports v64i32</div><div>so ultimately v2048i32 needs to be split into 32 v64i32 instructions. the only difference between 2 is if its orginally v2048i32 i want my registers assignment from REG_A set. if its v64i32 originally, then i want registers from set REG_B.</div><div><br></div><div><br></div><div>How to accomplish this???</div><div><br></div><div>I am really stuck at this point.</div><div><br></div><div>Please guide me.</div><div><br></div><div>Thank You</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 11, 2017 at 6:20 PM, Hal Finkel <span dir="ltr"><<a href="mailto:hfinkel@anl.gov" target="_blank">hfinkel@anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
On 07/11/2017 03:22 AM, hameeza ahmed wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
<br>
i want to work with these types v32f32, v32f64.... in llvm which are undefined in the backend?<br>
But v32i32, v32i64 are already defined so i am able to use these.<br>
<br>
but for other types such as v32f32, v32f64 although i have defined them appropriately in all the files like machinevaluetype.h,  valuetypes.cpp etc. i have checked it many times but still getting the following error when build in debug mode.<br>
<br>
llvm-tblgen: /utils/TableGen/CodeGenDAGPatt<wbr>erns.cpp:57: llvm::EEVT::TypeSet::TypeSet(M<wbr>VT::SimpleValueType, llvm::TreePattern &): Assertion `(VT < MVT::LAST_VALUETYPE || VT == MVT::iPTR || VT == MVT::iPTRAny || VT == MVT::Any) && "Not a concrete type!"' failed.<br>
</blockquote>
<br></span>
Are you sure that you updated all of the enum values correctly, including updating MVT::LAST_VALUETYPE, etc., and also updated utils/TableGen/CodeGenTarget.c<wbr>pp?<br>
<br>
 -Hal<div class="HOEnZb"><div class="h5"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
What could be the reason?? please guide how to define new types in llvm backend.<br>
<br>
<br>
Thank You<br>
</blockquote>
<br></div></div><span class="HOEnZb"><font color="#888888">
-- <br>
Hal Finkel<br>
Lead, Compiler Technology and Programming Languages<br>
Leadership Computing Facility<br>
Argonne National Laboratory<br>
<br>
</font></span></blockquote></div><br></div>