[llvm] [GlobalISel] Introduce `G_POISON` (PR #127825)
Mateusz Sokół via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 22 14:23:20 PDT 2025
mtsokol wrote:
@arsenm So right now I adjusted all places in GlobalISel's `include/lib` directories and `Target/{AMDGPU,RISCV,Aarch64,X86}` directories where `G_IMPLICIT_DEF` was used and considered `G_POISON` the same way.
Unfortunately I'm still left with 4 `GlobalISel/AMDGPU` - for those I couldn't come up with the places where `G_IMPLICIT_DEF` is still handled and `G_POISON` isn't. I guess I need more time to get a better grasp of what is happening in the lowering from GlobalISel to AMDGPU to try something new - I ran out of trial&error ideas.
https://github.com/llvm/llvm-project/pull/127825
More information about the llvm-commits
mailing list