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

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 14 14:02:54 PST 2021


RKSimon added inline comments.


================
Comment at: llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:8408
   if (OpInfo.ConstraintType == TargetLowering::C_Memory)
-    return;
+    return {};
 
----------------
return None ?


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

https://reviews.llvm.org/D113834



More information about the llvm-commits mailing list