================ @@ -0,0 +1,42 @@ +; RUN: opt -S < %s | FileCheck %s +; RUN: llvm-as %s -o - | llvm-dis | FileCheck %s ---------------- Lukacma wrote:
I am not sure if this correct way to test whether the old bytecode is upgraded correctly. From what I understand llvm-as by itself already upgrades the code, so the emitted bytecode is already upgraded. https://github.com/llvm/llvm-project/pull/203310 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
