dnsampaio added inline comments.

================
Comment at: clang/utils/TableGen/NeonEmitter.cpp:1890-1891
     }
+    if (MangledName)
+      Good &= I.getMangledName(true) == MangledName;
+
----------------
Can we move this above the loop just before? Perhaps, if false, can we just 
continue the outer loop?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74618



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to