[llvm] 0a3dc73 - [Test] Move LoopStrengthReduce/pr62563.ll to X86 specific test folder (NFC)
Dmitry Makogon via llvm-commits
llvm-commits at lists.llvm.org
Wed May 31 06:25:03 PDT 2023
Author: Dmitry Makogon
Date: 2023-05-31T20:24:30+07:00
New Revision: 0a3dc73e700b4a37bc435bf7c02213161b27f54a
URL: https://github.com/llvm/llvm-project/commit/0a3dc73e700b4a37bc435bf7c02213161b27f54a
DIFF: https://github.com/llvm/llvm-project/commit/0a3dc73e700b4a37bc435bf7c02213161b27f54a.diff
LOG: [Test] Move LoopStrengthReduce/pr62563.ll to X86 specific test folder (NFC)
The test case is X86 specific. Should unblock buildbots after 253e3e2.
Added:
llvm/test/Transforms/LoopStrengthReduce/X86/pr62563.ll
Modified:
Removed:
llvm/test/Transforms/LoopStrengthReduce/pr62563.ll
################################################################################
diff --git a/llvm/test/Transforms/LoopStrengthReduce/pr62563.ll b/llvm/test/Transforms/LoopStrengthReduce/X86/pr62563.ll
similarity index 100%
rename from llvm/test/Transforms/LoopStrengthReduce/pr62563.ll
rename to llvm/test/Transforms/LoopStrengthReduce/X86/pr62563.ll
More information about the llvm-commits
mailing list