[llvm] [AVR] Fix a bug in selection of ANY_EXTEND (PR #132398)
Patryk Wychowaniec via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 22 13:15:47 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) {
----------------
Patryk27 wrote:
I think it'd be nice to have both this original snippet and the minimized one (the latter is easier to debug and play around with, while the former allows us to make sure the underlying issue was actually solved).
https://github.com/llvm/llvm-project/pull/132398
More information about the llvm-commits
mailing list