[all-commits] [llvm/llvm-project] 225d8f: Replace hard coded opcodes from #93841 with regexe...

dyung via All-commits all-commits at lists.llvm.org
Thu Jun 20 22:29:19 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 225d8fc8eb24fb797154c1ef6dcbe5ba033142da
      https://github.com/llvm/llvm-project/commit/225d8fc8eb24fb797154c1ef6dcbe5ba033142da
  Author: dyung <douglas.yung at sony.com>
  Date:   2024-06-21 (Fri, 21 Jun 2024)

  Changed paths:
    M llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir

  Log Message:
  -----------
  Replace hard coded opcodes from #93841 with regexes to be more flexible. (#96277)

This change removes the hard coded opcode values and replaces them with
regexes so that the test can deal with different opcode numbers being
assigned and unbreak a ton of bots.



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