[clang] [llvm] [inlineasm] Improve support for multiple inline asm constraints (e.g. "rm") (PR #197798)

Bill Wendling via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 5 00:59:36 PDT 2026


isanbard wrote:

> I was looking into whether this exposes an existing GlobalISel crash, and found that it actually introduces a new crash on both SelectionDAG and GlobalISel when compiling for Aarch64 on -O2.

Ah! Nice catch. Fixed in latest push. Thanks!

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


More information about the llvm-commits mailing list