[llvm] [llvm][IR] Add per-global code model attribute (PR #72077)

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 17 15:36:45 PST 2023


================
@@ -0,0 +1,17 @@
+; RUN:  llvm-dis < %s.bc| FileCheck %s
----------------
aeubanks wrote:

can you put this in `llvm/test/Assembler/globalvariable-attributes.ll` like https://github.com/llvm/llvm-project/pull/69638 instead? it roundtrips twice to make sure all the bitcode/asm reader/writer are tested

https://github.com/llvm/llvm-project/pull/72077


More information about the llvm-commits mailing list