[PATCH] D46662: [X86] condition branches folding for three-way conditional codes

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 25 01:57:54 PDT 2018


xbolva00 added inline comments.


================
Comment at: test/CodeGen/X86/condbr_switch.ll:17
+ at v14 = common dso_local local_unnamed_addr global i32 0, align 4
+ at v15 = common dso_local local_unnamed_addr global i32 0, align 4
+
----------------
Maybe remove

"local_unnamed_addr", "dso_local", .. ?


https://reviews.llvm.org/D46662





More information about the llvm-commits mailing list