[all-commits] [llvm/llvm-project] 985e24: [AMDGPU] Fix a case of updating LiveIntervals in S...
Jay Foad via All-commits
all-commits at lists.llvm.org
Sat Apr 8 00:47:05 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 985e24cc16ecc35540ecff0efd23bf0abc328f66
https://github.com/llvm/llvm-project/commit/985e24cc16ecc35540ecff0efd23bf0abc328f66
Author: Jay Foad <jay.foad at amd.com>
Date: 2023-04-08 (Sat, 08 Apr 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp
Log Message:
-----------
[AMDGPU] Fix a case of updating LiveIntervals in SIOptimizeExecMaskingPreRA
This was causing two test failures when I applied D129208 to enable
extra verification of LiveIntervals:
LLVM :: CodeGen/AMDGPU/optimize-negated-cond-exec-masking-wave32.mir
LLVM :: CodeGen/AMDGPU/optimize-negated-cond-exec-masking.mir
Differential Revision: https://reviews.llvm.org/D147721
More information about the All-commits
mailing list