[llvm] [openmp] [clang] [mlir] [OpenMP] Remove `register_requires` global constructor (PR #80460)

Sergio Afonso via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 5 05:50:01 PST 2024


================
@@ -6872,35 +6883,6 @@ void OpenMPIRBuilder::loadOffloadInfoMetadata(StringRef HostFilePath) {
   loadOffloadInfoMetadata(*M.get());
 }
 
-Function *OpenMPIRBuilder::createRegisterRequires(StringRef Name) {
----------------
skatrak wrote:

The test itself has "requires unified_shared_memory reverse_offload" (it originally just checks that the flags are passed to MLIR), so that's where the "10" is coming from. The "22" I don't know what it's supposed represent.

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


More information about the cfe-commits mailing list