[all-commits] [llvm/llvm-project] ef4433: [AMDGPU] Remove MachineDCE after SIFoldOperands
Jay Foad via All-commits
all-commits at lists.llvm.org
Mon Apr 19 04:12:53 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ef443390a97ee03b36b89dce6bece6c9a97febd2
https://github.com/llvm/llvm-project/commit/ef443390a97ee03b36b89dce6bece6c9a97febd2
Author: Jay Foad <jay.foad at amd.com>
Date: 2021-04-19 (Mon, 19 Apr 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
M llvm/test/CodeGen/AMDGPU/srem64.ll
M llvm/test/CodeGen/AMDGPU/udiv64.ll
M llvm/test/CodeGen/AMDGPU/urem64.ll
Log Message:
-----------
[AMDGPU] Remove MachineDCE after SIFoldOperands
Remove the MachineDCE pass after the first SIFoldOperands pass now
that SIFoldOperands deletes its own dead instructions.
Reapply after fixing dependent change D100188.
Differential Revision: https://reviews.llvm.org/D100189
More information about the All-commits
mailing list