[LLVMdev] Possible bug with Bitcast instruction Expanding?
Stavropoulos Nikos
n.stavropoulos at think-silicon.com
Tue Feb 18 02:49:51 PST 2014
i found it
it wanted to declare BITCAST legal
and add
def : Pat<(v4f32 (bitconvert (v4i32 QGR128:$src))), (v4f32
QGR128:$src)>;
def : Pat<(v4i32 (bitconvert (v4f32 QGR128:$src))), (v4i32
QGR128:$src)>;
on IntrsInfo.td
--
View this message in context: http://llvm.1065342.n5.nabble.com/Possible-bug-with-Bitcast-instruction-Expanding-tp66038p66056.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
More information about the llvm-dev
mailing list