[PATCH] D38590: [ARM/AARCH64] Make test MachineBranchProb.ll more robust and re-enable for ARM/AArch64

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 5 11:06:42 PDT 2017


fhahn added inline comments.


================
Comment at: test/CodeGen/Generic/MachineBranchProb.ll:30
 sw.bb:
+  tail call void @foo()
   br label %return
----------------
Maybe also add a comment that this is here to prevent the SimplifyCFG pass run on AArch64/ARM to mess things up


https://reviews.llvm.org/D38590





More information about the llvm-commits mailing list