[llvm] [AMDGPU] Prevent folding of the negative i32 literals as i64 (PR #70274)
Stanislav Mekhanoshin via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 26 01:19:23 PDT 2023
rampitec wrote:
In a long term I think we need to replace INT64 operands with SINT64 and UINT64. That said there are no MVT::s64 and MVT::u64 to use in an instruction profile.
https://github.com/llvm/llvm-project/pull/70274
More information about the llvm-commits
mailing list