Go to file
Adam Nemet fe3def7c2a [LoopUtils] Extend findStringMetadataForLoop to return the value for metadata
E.g. for:

  !1 = {"llvm.distribute", i32 1}

it now returns the MDOperand for 1.

I will use this in LoopDistribution to check the value of the metadata.

Note that the change is backward-compatible with its current use in
LoopVersioningLICM.  An Optional implicitly converts to a bool depending
whether it contains a value or not.

llvm-svn: 267190
2016-04-22 19:10:05 +00:00
clang Fix a bug involving deferred decl emission and PCH 2016-04-22 18:46:33 +00:00
clang-tools-extra [clang-tidy] fix link in Release Notes 2016-04-22 14:43:39 +00:00
compiler-rt Revert "[LSAN] Fix test swapcontext.cc on MIPS" 2016-04-22 14:56:30 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc prepare-builtins: Remove call to getGlobalContext() 2016-04-15 14:18:58 +00:00
libcxx Fix some non-standard parts of our test suite. Reported by STL 2016-04-22 10:33:56 +00:00
libcxxabi Enable testing for static libc++abi 2016-04-19 12:47:38 +00:00
libunwind unwind: unify some more macros 2016-04-22 17:11:05 +00:00
lld ELF: Scan for undefined symbols in shlibs and symbols in dynamic lists before LTO. 2016-04-22 18:47:52 +00:00
lldb Renumber ThreadSanitizer-provided thread IDs to match LLDB thread numbers. 2016-04-22 10:40:14 +00:00
llgo benchcomp: Add a mode for analyzing rule execution time in ninja log files. 2016-04-08 22:42:22 +00:00
llvm [LoopUtils] Extend findStringMetadataForLoop to return the value for metadata 2016-04-22 19:10:05 +00:00
openmp [ITTNOTIFY] Remove serialized parallel regions from frame notification 2016-04-19 16:55:17 +00:00
polly Bail for complex execution contexts of invariant loads 2016-04-22 11:41:14 +00:00