[llvm] [SystemZ] Add extended mnemonics tests. (PR #91733)

Ulrich Weigand via llvm-commits llvm-commits at lists.llvm.org
Mon May 13 08:14:25 PDT 2024


================
@@ -87,6 +88,7 @@
 	bic	0, 524287(%r1,%r15)
 	bic	0, 524287(%r15,%r1)
 	bic	15, 0
+	bi	0
----------------
uweigand wrote:

We already have tests for plain `bi`, so this seems redundant.

https://github.com/llvm/llvm-project/pull/91733


More information about the llvm-commits mailing list