summaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode/extractelement.ll
AgeCommit message (Expand)Author
2022-12-09[NFC] Port all Bitcode tests to `-passes=` syntaxRoman Lebedev
2022-12-08[opt] Disincentivize new tests from using old pass syntaxRoman Lebedev
2020-08-26[ConstProp] Remove ConstantPropagationArthur Eubanks
2014-08-19verify-uselistorder: Force -preserve-bc-use-list-orderDuncan P. N. Exon Smith
2014-07-31verify-uselistorder: Change the default -num-shuffles=5Duncan P. N. Exon Smith
2014-07-30Rename llvm-uselistorder => verify-uselistorderDuncan P. N. Exon Smith
2014-07-29Bitcode: Correctly compare a Use against itselfDuncan P. N. Exon Smith
2013-08-20Use -disable-output and to suppress output and don't use a temporary file unl...Bill Wendling
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-02-03fix a bitcode reader bug where it can't handle extractelement correctly:Chris Lattner