[llvm] [AArch64] Make use of byte FPR stores for bytes extracted from vectors (PR #131793)

Gaƫtan Bossu via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 26 03:41:45 PDT 2025


================
@@ -338,6 +338,8 @@ def amdgpuBufferFatPointer : ValueType<160, 234>;
 // FIXME: Remove this and the getPointerType() override if MVT::i82 is added.
 def amdgpuBufferStridedPointer : ValueType<192, 235>;
 
+def vi8       : ValueType<8,  236>;  // 8-bit integer in FPR (AArch64)
----------------
gbossu wrote:

Curious: Why are 8-bit FPR considered illegal if the SIMD/FP registers can be addressed as B registers?

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


More information about the llvm-commits mailing list