[PATCH] D123522: [NVPTX][FIX] Allow __nvvm_reflect in the presence of opaque pointers

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 11 10:26:52 PDT 2022


jdoerfert added inline comments.


================
Comment at: llvm/test/CodeGen/NVPTX/nvvm-reflect-opaque.ll:1
+; We run nvvm-reflect (and then optimize) this module twice, once with metadata
+; that enables FTZ, and again with metadata that disables it.
----------------
This is `llvm/test/CodeGen/NVPTX/nvvm-reflect.ll` with opaque pointers and a new function w/o a constant expression (`@baz`)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123522



More information about the llvm-commits mailing list