[PATCH] D145333: [test] Remove occurences of br undef in CodeGen/AArch64 tests

Kriti Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 6 02:54:19 PST 2023


kritgpt added a comment.

In D145333#4170852 <https://reviews.llvm.org/D145333#4170852>, @fhahn wrote:

> Not sure if `replace_undef_X` is an ideal name. Might be better to use something short like `cX` or `condX`

I went for this name to avoid clashes with any existing arguments. Wasn't sure if cX or condX are already used in any of the tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145333



More information about the llvm-commits mailing list