Skip to content

Commit 5a2583f

Browse files
author
Abderrazek Zaafrani
committedDec 8, 2017
[AArch64] Rename AArch64VecorByElementOpt.cpp into AArch64SIMDInstrOpt.cpp to reflect the recently added features.
The name change is dicsussed in https://reviews.llvm.org/D38196 llvm-svn: 320204
1 parent d131701 commit 5a2583f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
 

‎llvm/lib/Target/AArch64/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ add_llvm_target(AArch64CodeGen
5353
AArch64TargetMachine.cpp
5454
AArch64TargetObjectFile.cpp
5555
AArch64TargetTransformInfo.cpp
56-
AArch64VectorByElementOpt.cpp
56+
AArch64SIMDInstrOpt.cpp
5757

5858
DEPENDS
5959
intrinsics_gen

0 commit comments

Comments
 (0)
Please sign in to comment.