[PATCH] D155884: [Attributor][AMDGPU] Improve indirect call support in closed modules
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 20 14:03:44 PDT 2023
jdoerfert added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/attributor-loop-issue-58639.ll:64
ret void
}
;.
----------------
We should have realized this is UB from the beginning. I think we didn't because AAPotentialValues (and maybe more AAs) is not allowed in the AMDGPUAttributor run.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155884/new/
https://reviews.llvm.org/D155884
More information about the llvm-commits
mailing list