mlir-translate -import-llvm test.ll was going into segmentation fault if test.ll had float or double constants.
For example,
%3 = fadd double 3.030000e+01, %0
Now, it is handled in Importer::getConstantAsAttr (similar behaviour as normal integers)
Added tests for FP arithmetic