[llvm] [AVR] Fix a bug in selection of ANY_EXTEND (PR #132398)
Ben Shi via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 22 18:46:25 PDT 2025
================
@@ -0,0 +1,42 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -mtriple=avr -mattr=+movw | FileCheck %s --check-prefix=MOVW
+; RUN: llc < %s -mtriple=avr -mattr=-movw | FileCheck %s --check-prefix=NOMOVW
+
+define i16 @food(ptr %this) {
----------------
benshi001 wrote:
Your simplified test has been added. Thanks!
https://github.com/llvm/llvm-project/pull/132398
More information about the llvm-commits
mailing list