[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 09:34:48 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.
> 
> You would have to bundle that somehow in the profile.

Right, VT to use in profile is also missing.

https://github.com/llvm/llvm-project/pull/70274


More information about the llvm-commits mailing list