[Bitcode] Convert constexpr-to-instr.ll to use bitcode input (NFC)
authorNikita Popov <npopov@redhat.com>
Wed, 7 Sep 2022 10:28:26 +0000 (12:28 +0200)
committerNikita Popov <npopov@redhat.com>
Wed, 7 Sep 2022 10:29:32 +0000 (12:29 +0200)
commit0c40651f690bab7471f4c998b4fb80bc50ac5814
tree55a35f5474f2469d06a6a4e41523e99a688d528d
parent01c53d7d80eada4db2c63df28bfbeeb0e2f8cad7
[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...)
llvm/test/Bitcode/constexpr-to-instr.ll
llvm/test/Bitcode/constexpr-to-instr.ll.bc [new file with mode: 0644]