[all-commits] [llvm/llvm-project] e880f8: [ARM] Rename pass to MVETPAndVPTOptimisationsPass
David Green via All-commits
all-commits at lists.llvm.org
Mon Mar 1 13:57:46 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e880f8b88a5cbb4338347b11e8a926e01a15bbb5
https://github.com/llvm/llvm-project/commit/e880f8b88a5cbb4338347b11e8a926e01a15bbb5
Author: David Green <david.green at arm.com>
Date: 2021-03-01 (Mon, 01 Mar 2021)
Changed paths:
M llvm/lib/Target/ARM/ARM.h
M llvm/lib/Target/ARM/ARMTargetMachine.cpp
M llvm/lib/Target/ARM/CMakeLists.txt
A llvm/lib/Target/ARM/MVETPAndVPTOptimisationsPass.cpp
R llvm/lib/Target/ARM/MVEVPTOptimisationsPass.cpp
M llvm/utils/gn/secondary/llvm/lib/Target/ARM/BUILD.gn
Log Message:
-----------
[ARM] Rename pass to MVETPAndVPTOptimisationsPass
This pass has for a while performed Tail predication as well as VPT
block optimizations. Rename the pass to make that clear.
More information about the All-commits
mailing list