[PATCH] D30184: [IR] Add a Instruction::dropPoisonGeneratingFlags helper
Sanjoy Das via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 20 22:22:06 PST 2017
sanjoy created this revision.
Herald added a subscriber: mcrosier.
The helper will be used in a later change. This change itself is NFC
since the only user of this new function is its unit test.
https://reviews.llvm.org/D30184
Files:
include/llvm/IR/Instruction.h
lib/IR/Instruction.cpp
unittests/IR/InstructionsTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30184.89162.patch
Type: text/x-patch
Size: 3857 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170221/ca718e59/attachment.bin>
More information about the llvm-commits
mailing list