[all-commits] [llvm/llvm-project] 0ba006: [MIPS] Fix error messages when rejecting certain a...

Jesse D via All-commits all-commits at lists.llvm.org
Mon Sep 2 15:09:15 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0ba006daf5d9f10017ba15b4287c272912a34d73
      https://github.com/llvm/llvm-project/commit/0ba006daf5d9f10017ba15b4287c272912a34d73
  Author: Jesse D <jesse.a.deguire at gmail.com>
  Date:   2024-09-03 (Tue, 03 Sep 2024)

  Changed paths:
    M llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
    M llvm/test/MC/Mips/cnmips/invalid-wrong-error.s
    M llvm/test/MC/Mips/eva/invalid-noeva-wrong-error.s
    M llvm/test/MC/Mips/eva/invalid_R6.s
    M llvm/test/MC/Mips/micromips32r6/invalid-wrong-error.s
    M llvm/test/MC/Mips/mips1/invalid-mips2-wrong-error.s
    M llvm/test/MC/Mips/mips1/invalid-mips3-wrong-error.s
    M llvm/test/MC/Mips/mips1/invalid-mips3.s
    M llvm/test/MC/Mips/mips1/invalid-mips4-wrong-error.s
    M llvm/test/MC/Mips/mips1/invalid-mips4.s
    M llvm/test/MC/Mips/mips1/invalid-mips5.s
    M llvm/test/MC/Mips/mips2/invalid-mips3-wrong-error.s
    M llvm/test/MC/Mips/mips2/invalid-mips3.s
    M llvm/test/MC/Mips/mips2/invalid-mips4-wrong-error.s
    M llvm/test/MC/Mips/mips2/invalid-mips4.s
    M llvm/test/MC/Mips/mips32r6/invalid-mips1-wrong-error.s
    M llvm/test/MC/Mips/mips64r6/invalid-mips1-wrong-error.s
    M llvm/test/MC/Mips/mips64r6/invalid-mips3-wrong-error.s
    M llvm/test/MC/Mips/target-soft-float.s

  Log Message:
  -----------
  [MIPS] Fix error messages when rejecting certain assembly not supported by ISA (#94695)

… instructions.

This is a fix I stumbled upon while working on something else. I decided
to break it out since it seems like a good "first issue" to submit. I
updated the comments in the "wrong error" test files to indicate that
the messages are no longer incorrect, but I left the names of the test
files alone. I was not sure what to do with those, so I would appreciate
thoughts or guidance.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list