[PATCH] D106445: [amdgpu] Add 64-bit PC support when expanding unconditional branches.

Michael Liao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 22 12:34:53 PDT 2021


hliao added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/SIInstrInfo.cpp:2217
   assert(RS && "RegScavenger required for long branching");
   assert(MBB.empty() &&
          "new block should be inserted for expanding unconditional branch");
----------------
the assertion on the empty block is already there


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106445



More information about the llvm-commits mailing list