[llvm] [AMDGPU] Add legality check when folding short 64-bit literals (PR #69391)
Stanislav Mekhanoshin via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 17 18:02:08 PDT 2023
rampitec wrote:
I tend to believe this is not exploitable because we do not select these moves. But better be safe than sorry. Especially given that it will ultimately result in the selection of such literals into a single move.
https://github.com/llvm/llvm-project/pull/69391
More information about the llvm-commits
mailing list