[llvm] f86688b - [LoopInterchange] Rename test to `function-attr.ll` (NFC) (#201330)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 3 05:22:39 PDT 2026
Author: Ryotaro Kasuga
Date: 2026-06-03T12:22:34Z
New Revision: f86688b3a16be15f7a50132d0497fcef6110afd1
URL: https://github.com/llvm/llvm-project/commit/f86688b3a16be15f7a50132d0497fcef6110afd1
DIFF: https://github.com/llvm/llvm-project/commit/f86688b3a16be15f7a50132d0497fcef6110afd1.diff
LOG: [LoopInterchange] Rename test to `function-attr.ll` (NFC) (#201330)
The new name is more appropriate if we want to add further test cases.
Added:
llvm/test/Transforms/LoopInterchange/function-attr.ll
Modified:
Removed:
llvm/test/Transforms/LoopInterchange/memory-attr.ll
################################################################################
diff --git a/llvm/test/Transforms/LoopInterchange/memory-attr.ll b/llvm/test/Transforms/LoopInterchange/function-attr.ll
similarity index 100%
rename from llvm/test/Transforms/LoopInterchange/memory-attr.ll
rename to llvm/test/Transforms/LoopInterchange/function-attr.ll
More information about the llvm-commits
mailing list