[clang] [llvm] [AArch64][clang][llvm] Add ACLE `stshh` atomic store builtin (PR #181386)
Jonathan Thackray via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 5 03:10:46 PST 2026
================
@@ -1842,8 +1842,10 @@ def PHintInstOperand : AsmOperandClass {
def phint_op : Operand<i32> {
let ParserMatchClass = PHintInstOperand;
- let PrintMethod = "printPHintOp";
- let OperandType = "OPERAND_IMMEDIATE";
+ let PrintMethod = "printPHintOp";
+ let OperandType = "OPERAND_IMMEDIATE";
+ let MIOperandInfo = (ops i32imm);
----------------
jthackray wrote:
Sure, done.
https://github.com/llvm/llvm-project/pull/181386
More information about the cfe-commits
mailing list