llvm-project/llvm/test/Feature/OperandBundles
Sanjoy Das bcd150362a [OperandBundles] Treat "deopt" operand bundles specially
Teach LLVM optimize to more precisely in the presence of "deopt" operand
bundles.  "deopt" operand bundles imply that the call they're attached
to is at least `readonly` (i.e. they don't imply clobber semantics), and
they don't capture their bundle operands.

llvm-svn: 254118
2015-11-26 01:16:05 +00:00
..
adce.ll [OperandBundles] Treat "deopt" operand bundles specially 2015-11-26 01:16:05 +00:00
basic-aa-argmemonly.ll [OperandBundles] Treat "deopt" operand bundles specially 2015-11-26 01:16:05 +00:00
dse.ll [OperandBundles] Treat "deopt" operand bundles specially 2015-11-26 01:16:05 +00:00
early-cse.ll [OperandBundles] Treat "deopt" operand bundles specially 2015-11-26 01:16:05 +00:00
function-attrs.ll [OperandBundles] Treat "deopt" operand bundles specially 2015-11-26 01:16:05 +00:00
inliner-conservative.ll [Inliner] Don't inline through callsites with operand bundles 2015-10-23 20:09:55 +00:00