[PATCH] D124723: [MIPS} Address ISel failures for 64 bit fpus in microMIPS
Simon Atanasyan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 9 22:23:47 PDT 2022
atanasyan 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:{{.*}}>
----------------
Are changes like this unrelated to the fix?
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