[PATCH] D141178: [X86] Add tests for BMI patterns across non-adjacent and assosiative instructions.
Phoebe Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 13 05:08:48 PST 2023
pengfei accepted this revision.
pengfei added a comment.
This revision is now accepted and ready to land.
LGTM except for a nit.
================
Comment at: llvm/test/CodeGen/X86/bmi-out-of-order.ll:5-7
+source_filename = "/home/noah/.tmp/objdumps/test.c-2023-01-06-T18-38-57.o.c"
+target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
+target triple = "x86_64-unknown-linux-gnu"
----------------
These are not necessary. You can just remove them.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141178/new/
https://reviews.llvm.org/D141178
More information about the llvm-commits
mailing list