diff options
author | Jeffrey Byrnes <jeffrey.byrnes@amd.com> | 2025-07-31 15:05:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-31 15:05:18 -0700 |
commit | d3a9cde7b8dad2705d733293502f8f216694d58f (patch) | |
tree | b295705993aa633fee1eeedad71c852d1c019b5c /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | ba2edbd0c8d7a0199485d2969aebcc4de4a3d983 (diff) | |
download | llvm-d3a9cde7b8dad2705d733293502f8f216694d58f.zip llvm-d3a9cde7b8dad2705d733293502f8f216694d58f.tar.gz llvm-d3a9cde7b8dad2705d733293502f8f216694d58f.tar.bz2 |
[AMDGPU] Don't skip regions in getRegionLiveInMap (#151423)
Currently, this skips any region that is not the first region in a
block. This is because the only user of it only cares about the LiveIns
per-block. However, as named, this is supposed to compute the per-region
LiveIns.
This doesn't have any effect on scheduling / CodeGen currently (aside
from computing LiveIns for all regions) since only the per-block LiveIns
are needed. However, I'm working on something that will use this.
Intended User:
https://github.com/llvm/llvm-project/pull/149367/
https://github.com/llvm/llvm-project/blob/c62a2f127cba5d6df350474dfd4a6e5f9250fe4f/llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp#L1351
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions