diff options
author | Ajit Kumar Agarwal <aagarwa1@linux.ibm.com> | 2024-05-20 04:09:37 -0500 |
---|---|---|
committer | Ajit Kumar Agarwal <aagarwa1@linux.ibm.com> | 2024-05-20 04:09:37 -0500 |
commit | a974f37d854411628895225cf09952970bc2e86a (patch) | |
tree | 6df0bfe1dc3803366645231975a759f48cb6d3b1 /gcc/tree-ssa-phiopt.cc | |
parent | 83d3a218dfb3b7730884ada7e607cf72891d4c11 (diff) | |
download | gcc-a974f37d854411628895225cf09952970bc2e86a.zip gcc-a974f37d854411628895225cf09952970bc2e86a.tar.gz gcc-a974f37d854411628895225cf09952970bc2e86a.tar.bz2 |
aarch64: Preparatory patch to place target independent and dependent changed code in one file
Common infrastructure of load store pair fusion is divided into target
independent and target dependent changed code.
Target independent code is the Generic code with pure virtual function
to interface betwwen target independent and dependent code.
Target dependent code is the implementation of pure virtual function for
aarch64 target and the call to target independent code.
2024-05-20 Ajit Kumar Agarwal <aagarwa1@linux.ibm.com>
gcc/ChangeLog:
* config/aarch64/aarch64-ldp-fusion.cc: Factor out a
target-independent interface and move it to the head of the file
Diffstat (limited to 'gcc/tree-ssa-phiopt.cc')
0 files changed, 0 insertions, 0 deletions