[PATCH] D47239: [InstCombine] Combine XOR and AES insructions on ARM/ARM64

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 23 13:09:35 PDT 2018


sdesmalen added inline comments.


================
Comment at: test/Transforms/InstCombine/AArch64/aes-intrinsics.ll:21
+}
+
+declare <16 x i8> @llvm.aarch64.crypto.aese(<16 x i8>, <16 x i8>) #1
----------------
Would it be useful to add some negative tests in case the second operand is not all zero?


Repository:
  rL LLVM

https://reviews.llvm.org/D47239





More information about the llvm-commits mailing list