[PATCH] D125842: [DirectX backend] When cleanup module flags only remove unused flags.

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 19 11:44:51 PDT 2022


beanz added inline comments.


================
Comment at: llvm/test/CodeGen/DirectX/dxil_ver.ll:8
+; Make sure module flags still exist.
+; CHECK:llvm.module.flags
+; Make sure validator version is 1.1.
----------------
You should verify that the module flags array only has one element.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125842/new/

https://reviews.llvm.org/D125842



More information about the llvm-commits mailing list