[PATCH] D124723: [MIPS} Address ISel failures for 64 bit fpus in microMIPS

Simon Dardis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 10 06:25:20 PDT 2022


sdardis added inline comments.


================
Comment at: llvm/test/CodeGen/Mips/llvm-ir/store.ll:27
 ; MIPS32:       # %bb.0:
-; MIPS32-NEXT:    lui $1, %hi(a) # <MCInst #{{[0-9]+}} LUi
-; MIPS32-NEXT:    # <MCOperand Reg:{{[0-9]+}}>
+; MIPS32-NEXT:    lui $1, %hi(a) # <MCInst #{{.*}} LUi
+; MIPS32-NEXT:    # <MCOperand Reg:{{.*}}>
----------------
atanasyan wrote:
> Are changes like this unrelated to the fix?
These are somewhat unrelated but do simply the regexes a bit. I can undo regex style change if youe feel it's necessary.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124723/new/

https://reviews.llvm.org/D124723



More information about the llvm-commits mailing list