isBrImm should accept any non-constant immediate. Previously it was only accepting LanaiMCExpr ones which was wrong.
Changing to test that uses llvm-mc directly instead of llc.
LGTM