[all-commits] [llvm/llvm-project] 4dd1bf: [clang][CodeGen] Switch a few placeholders from Un...

Nuno Lopes via All-commits all-commits at lists.llvm.org
Sun Jun 12 11:08:14 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4dd1bffc9dac02b34bd1de78808edd9a5955c987
      https://github.com/llvm/llvm-project/commit/4dd1bffc9dac02b34bd1de78808edd9a5955c987
  Author: Nuno Lopes <nuno.lopes at tecnico.ulisboa.pt>
  Date:   2022-06-12 (Sun, 12 Jun 2022)

  Changed paths:
    M clang/lib/CodeGen/CGCall.cpp
    M clang/lib/CodeGen/ConstantInitBuilder.cpp
    M clang/test/CodeGen/arm-swiftcall.c
    M clang/test/CodeGen/cmse-clear-arg.c
    M clang/test/CodeGen/windows-swiftcall.c
    M clang/test/CodeGenCXX/arm-swiftcall.cpp

  Log Message:
  -----------
  [clang][CodeGen] Switch a few placeholders from UndefValue to PoisonValue
This change is cosmetic, as these are dummy values that are not observable, but it
gets us closer to removing undef.
NFC




More information about the All-commits mailing list