[all-commits] [llvm/llvm-project] a35ba2: [AMDGPU] Fix PreRARematStage::sinkTriviallyRematIn...
Valery via All-commits
all-commits at lists.llvm.org
Fri Nov 18 03:13:37 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a35ba2a2568de0281754388bdf1497fe851bdeae
https://github.com/llvm/llvm-project/commit/a35ba2a2568de0281754388bdf1497fe851bdeae
Author: Valery Pykhtin <valery.pykhtin at gmail.com>
Date: 2022-11-18 (Fri, 18 Nov 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
Log Message:
-----------
[AMDGPU] Fix PreRARematStage::sinkTriviallyRematInsts region boundary update after sinking.
First boundary of a region wasn't updated when a sinked instruction was added first into the region.
Reviewed By: vangthao
Differential Revision: https://reviews.llvm.org/D138256
More information about the All-commits
mailing list