[all-commits] [llvm/llvm-project] eb33db: [AVR] Enable verifyInstructionPredicates for AVR

Jianjian Guan via All-commits all-commits at lists.llvm.org
Tue Jul 18 20:43:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eb33db4f9151b3cb87a45d2135b9decc133f3d09
      https://github.com/llvm/llvm-project/commit/eb33db4f9151b3cb87a45d2135b9decc133f3d09
  Author: Jianjian GUAN <jacquesguan at me.com>
  Date:   2023-07-19 (Wed, 19 Jul 2023)

  Changed paths:
    M llvm/lib/Target/AVR/AVRAsmPrinter.cpp
    M llvm/lib/Target/AVR/AVRInstrInfo.cpp
    M llvm/lib/Target/AVR/AVRInstrInfo.h
    M llvm/lib/Target/AVR/AVRSubtarget.cpp
    M llvm/test/CodeGen/AVR/branch-relaxation-long.ll

  Log Message:
  -----------
  [AVR] Enable verifyInstructionPredicates for AVR

This patch fixes the failed test of verifyInstructionPredicates which is caused by verifyInstructionPredicates. verifyInstructionPredicates will add JMPk without checking the target predicate.

Reviewed By: benshi001

Differential Revision: https://reviews.llvm.org/D155570




More information about the All-commits mailing list