[PATCH] D113834: [X86] Fix crash with inline asm using wrong register name

Fabian Wolff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 14 10:52:27 PST 2021


fwolff updated this revision to Diff 387110.
fwolff added a comment.

I've changed it to issue an error instead now. Is this what you had in mind @pengfei?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113834/new/

https://reviews.llvm.org/D113834

Files:
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/test/CodeGen/X86/asm-reject-reg-type-mismatch-avx.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113834.387110.patch
Type: text/x-patch
Size: 4000 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211114/84780204/attachment.bin>


More information about the llvm-commits mailing list