[PATCH] D140790: [MachineBasicBlock] Explicit FT branching param
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 12 01:42:47 PST 2023
foad added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/branch-relax-indirect-branch.mir:1
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
+# RUN: llc -verify-machineinstrs -mtriple=amdgcn-amd-amdhsa --amdgpu-s-branch-bits=5 -run-pass branch-relaxation %s -o - | FileCheck %s
----------------
What is this new test testing? If it's a change in behaviour caused by your patch then please (a) precommit the test and (b) update the summary to explain what the change is.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140790/new/
https://reviews.llvm.org/D140790
More information about the llvm-commits
mailing list