In D121898 we restrict parameter alignment size in IR since DAGISel only have 4 bits to hold the alignment value. However intrinsics won't be lowered to call instruction, so we can remove the constrain for intrinsics. Differential Revision: https://reviews.llvm.org/D136330
This directory contains testcases that the verifier is supposed to detect as malformed LLVM code. Testcases for situations that the verifier incorrectly identifies as malformed should go in the test/Assembler directory.