[PATCH] D108793: Teach the AArch64 backend patterns to generate the EOR3 instruction.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 26 16:27:23 PDT 2021


MaskRay added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/eor3.ll:4
+
+; CHECK: eor3_16x8_left:
+; CHECK: eor3 v0.16b
----------------
`CHECK-LABEL: eor3_16x8_left:`

The diagnostic will be better if something goes off and `eor3 v0.16b` is absent.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108793/new/

https://reviews.llvm.org/D108793



More information about the llvm-commits mailing list