[all-commits] [llvm/llvm-project] aeae70: [unittests] Change operands of Add in AsmWriterTes...

Nuno Lopes via All-commits all-commits at lists.llvm.org
Thu Sep 8 03:37:42 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aeae703b4df23062d7b28c70baf8a0ff45873d98
      https://github.com/llvm/llvm-project/commit/aeae703b4df23062d7b28c70baf8a0ff45873d98
  Author: Manuel Brito <manuel.brito at tecnico.ulisboa.pt>
  Date:   2022-09-08 (Thu, 08 Sep 2022)

  Changed paths:
    M llvm/unittests/IR/AsmWriterTest.cpp

  Log Message:
  -----------
  [unittests] Change operands of Add in AsmWriterTest from Undef to Poison
Replacing UndefValue with PoisonValue in this test where it's use as dummy value
in light of the efforts to remove undef from llvm.

Differential Revision: https://reviews.llvm.org/D133481




More information about the All-commits mailing list