[PATCH] D132910: [SimplifyCFG] add a test for branch folding multiple BB
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 14 13:11:54 PDT 2022
fhahn added inline comments.
================
Comment at: llvm/test/Transforms/SimplifyCFG/branch-fold-multiple.ll:5
+
+target triple = "amdgcn-amd-amdhsa"
+
----------------
Does this need to be target specific? We should definitely have at least some target-independent tests here.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132910/new/
https://reviews.llvm.org/D132910
More information about the llvm-commits
mailing list