[all-commits] [llvm/llvm-project] 94a752: [InlineAsm] Add constraint A to getMemConstraintNa...
Wang Pengcheng via All-commits
all-commits at lists.llvm.org
Mon Sep 11 20:24:43 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 94a75294cecf12c4bad725b89ebbda50cbc8add2
https://github.com/llvm/llvm-project/commit/94a75294cecf12c4bad725b89ebbda50cbc8add2
Author: Wang Pengcheng <137158460+wangpc-pp at users.noreply.github.com>
Date: 2023-09-12 (Tue, 12 Sep 2023)
Changed paths:
M llvm/include/llvm/IR/InlineAsm.h
Log Message:
-----------
[InlineAsm] Add constraint A to getMemConstraintName (#65292)
We will get an assertion of 'Unknown memory constraint' when we dump
`MachineOperand` with constraint A.
More information about the All-commits
mailing list