[llvm] bd0710c - [LSR] Move test to target specific directory (NFC)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 12 02:44:34 PDT 2023
Author: Nikita Popov
Date: 2023-07-12T11:44:09+02:00
New Revision: bd0710c221d5a79ef8ff3641564f0b574b616180
URL: https://github.com/llvm/llvm-project/commit/bd0710c221d5a79ef8ff3641564f0b574b616180
DIFF: https://github.com/llvm/llvm-project/commit/bd0710c221d5a79ef8ff3641564f0b574b616180.diff
LOG: [LSR] Move test to target specific directory (NFC)
Uses an x86 triple.
Added:
llvm/test/Transforms/LoopStrengthReduce/X86/missing-phi-operand-update.ll
Modified:
Removed:
llvm/test/Transforms/LoopStrengthReduce/missing-phi-operand-update.ll
################################################################################
diff --git a/llvm/test/Transforms/LoopStrengthReduce/missing-phi-operand-update.ll b/llvm/test/Transforms/LoopStrengthReduce/X86/missing-phi-operand-update.ll
similarity index 100%
rename from llvm/test/Transforms/LoopStrengthReduce/missing-phi-operand-update.ll
rename to llvm/test/Transforms/LoopStrengthReduce/X86/missing-phi-operand-update.ll
More information about the llvm-commits
mailing list