[PATCH] D159097: [GlobalISel] Try to commute G_CONSTANT_FOLD_BARRIER LHS operands to RHS.

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 30 00:05:48 PDT 2023


tschuett added a comment.

Please remove all `has_value()` they have no value. Options have boolean conversion. You may use them in GTest.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159097



More information about the llvm-commits mailing list