[PATCH] D119416: [AVR] Fix a potential assert failure
Ben Shi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 10 17:22:14 PST 2022
benshi001 marked 2 inline comments as done.
benshi001 added inline comments.
================
Comment at: llvm/test/CodeGen/AVR/issue-43443-ctor-alias.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s -mtriple=avr --mcpu=atmega328 -O0 -verify-machineinstrs | FileCheck %s
----------------
MaskRay wrote:
> you can rename this `pr43443-ctor-alias.ll`
I will change the file name and adopt `;;` when commiting. Thanks for your comments !!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119416/new/
https://reviews.llvm.org/D119416
More information about the llvm-commits
mailing list