[PATCH] D145331: [test] Remove occurences of br undef in test/Analysis tests

Kunwar Shaanjeet Singh Grover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 7 10:28:22 PST 2023


Groverkss added inline comments.


================
Comment at: llvm/test/Analysis/CostModel/AMDGPU/control-flow.ll:8
 ; ALL-LABEL: 'test_br_cost'
-; ALL-NEXT:  Cost Model: Found an estimated cost of 7 for instruction: br i1 undef, label %bb1, label %bb2
 ; ALL-NEXT:  Cost Model: Found an estimated cost of 4 for instruction: br label %bb2
----------------
Why was this removed?


================
Comment at: llvm/test/Analysis/CostModel/SystemZ/intrinsic-cost-crash.ll:29
 ; Function Attrs: nounwind ssp uwtable
 define hidden void @fun(ptr %N) #1 align 2 {
 ; CHECK: define
----------------
The function arguments were not changed here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145331



More information about the llvm-commits mailing list