This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e55c3ed6b1f [SelectionDAG] Add FoldBUILD_VECTOR to simplify new BUILD_V [...] new e1ffb34fd88 [AArch64] Add support for UDF instruction
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Target/AArch64/AArch64InstrFormats.td | 37 ++++++++++++++++++++++--------- lib/Target/AArch64/AArch64InstrInfo.td | 2 ++ test/MC/AArch64/udf.s | 15 +++++++++++++ test/MC/AArch64/udf_not.s | 7 ++++++ test/MC/Disassembler/AArch64/udf.txt | 30 +++++++++++++++++++++++++ 5 files changed, 81 insertions(+), 10 deletions(-) create mode 100644 test/MC/AArch64/udf.s create mode 100644 test/MC/AArch64/udf_not.s create mode 100644 test/MC/Disassembler/AArch64/udf.txt