[clang] [llvm] [AVR] Fix Avr indvar detection and strength reduction (missed optimization) (PR #152028)

Ben Shi via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 6 02:08:16 PDT 2025


================
@@ -0,0 +1,56 @@
+//===- AVRTargetTransformInfo.h - AVR specific TTI ---------*- C++ -*-===//
----------------
benshi001 wrote:

Happened to find that this line is not aligned to 80 columns, though it is not a problem, it would be better to keep the same style with other files.

https://github.com/llvm/llvm-project/pull/152028


More information about the llvm-commits mailing list