[PATCH] D70077: [X86] Add more add/sub carry tests

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 11 06:32:48 PST 2019


RKSimon added inline comments.


================
Comment at: test/CodeGen/X86/addcarry.ll:419
+
+define dso_local i32 @add_U320_without_i128_add(%struct.U320* nocapture dereferenceable(40) %0, i64 %1, i64 %2, i64 %3, i64 %4, i64 %5) local_unnamed_addr #0 {
+; CHECK-LABEL: add_U320_without_i128_add:
----------------
strip all the dso_local and local_unnamed_addr #0 tags?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70077





More information about the llvm-commits mailing list