Files
clang-p2996/llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
Jeffrey Byrnes e77d428e46 [AMDGPU] Do not remat instructions with PhysReg uses (#124366)
This blocks rematerialization during scheduling if the instruction has a
non accepted PhysReg use.

Currently, there aren't any checks like this in place, and we may create
invalid code: https://godbolt.org/z/xjPjdcorf
2025-01-27 10:50:06 -08:00

71 KiB