[llvm] VE: Stop using PointerLikeRegClass (PR #157394)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 8 04:53:57 PDT 2025
================
@@ -325,17 +327,17 @@ def VEMEMziiAsmOperand : AsmOperandClass {
// ASX format uses single assembly instruction format.
def MEMrri : Operand<iPTR> {
let PrintMethod = "printMemASXOperand";
- let MIOperandInfo = (ops ptr_rc, ptr_rc, i64imm);
+ let MIOperandInfo = (ops ve_ptr_rc, ve_ptr_rc, i64imm);
----------------
arsenm wrote:
I don't know if it's right or not, but this is already how it was using it and I'm not looking to change it
https://github.com/llvm/llvm-project/pull/157394
More information about the llvm-commits
mailing list