[all-commits] [llvm/llvm-project] 0e9abc: [AMDGPU][NewPM] Port amdgpu-promote-alloca(-to-vec...
aeubanks via All-commits
all-commits at lists.llvm.org
Mon Dec 28 17:59:49 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0e9abcfc1920f25a959eaa08116427b795e10dd8
https://github.com/llvm/llvm-project/commit/0e9abcfc1920f25a959eaa08116427b795e10dd8
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-12-28 (Mon, 28 Dec 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPU.h
M llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
M llvm/test/CodeGen/AMDGPU/sroa-before-unroll.ll
M llvm/test/CodeGen/AMDGPU/vector-alloca.ll
M llvm/tools/opt/opt.cpp
Log Message:
-----------
[AMDGPU][NewPM] Port amdgpu-promote-alloca(-to-vector)
And add to AMDGPU opt pipeline.
Don't pin an opt run to the legacy PM when -enable-new-pm=1 if these
passes (or passes introduced in https://reviews.llvm.org/D93863) are in
the list of passes.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D93875
More information about the All-commits
mailing list