[PATCH] D82438: [SimplifyCFG] Cost required selects

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 13 08:25:33 PDT 2020


fhahn added inline comments.


================
Comment at: llvm/test/Transforms/SimplifyCFG/ARM/select-costs.ll:4
+; RUN: opt -mtriple=thumbv8m.main -simplifycfg -S %s -o - | FileCheck %s
+; RUN: opt -mtriple=thumbv8m.base -simplifycfg -S %s -o - | FileCheck %s
+
----------------
I think it would be good to also add a triple for which we hoist the code, to ensure the test keeps testing what we want.


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

https://reviews.llvm.org/D82438





More information about the llvm-commits mailing list