[all-commits] [llvm/llvm-project] 0c4065: [Bitcode] Convert constexpr-to-instr.ll to use bit...

Nikita Popov via All-commits all-commits at lists.llvm.org
Wed Sep 7 03:29:52 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0c40651f690bab7471f4c998b4fb80bc50ac5814
      https://github.com/llvm/llvm-project/commit/0c40651f690bab7471f4c998b4fb80bc50ac5814
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-09-07 (Wed, 07 Sep 2022)

  Changed paths:
    M llvm/test/Bitcode/constexpr-to-instr.ll
    A llvm/test/Bitcode/constexpr-to-instr.ll.bc

  Log Message:
  -----------
  [Bitcode] Convert constexpr-to-instr.ll to use bitcode input (NFC)

We can't use an IR input once the relevant constant expressions
are no longer supported. Use a bitcode file instead, which will
be auto-upgraded (the whole point of this code...)




More information about the All-commits mailing list