This integration test (i.e. running the generated bitcode) is causing
more trouble than it's worth. We just want to ensure that the
right intrinsic (@llvm.x86.avx.rsqrt.ps.256) is called; what happens
afterwards (i.e. what LLVM generates and on what hardware it runs)
does not concern us and we therefore should not test it.
Given that an existing test in mlir/test/Target/LLVMIR/x86vector.mlir
already checks that we generate the right intrinsic, delete this
integration test.