[PATCH] D145220: [X86][InstCombine] Simplify some `pternlog` intrinsics

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 3 10:09:19 PDT 2023


mehdi_amini added inline comments.


================
Comment at: llvm/unittests/Transforms/InstCombine/X86/CMakeLists.txt:14
+  X86Desc
+  X86Info
+  MC
----------------
goldstein.w.n wrote:
> mehdi_amini wrote:
> > This breaks the build when the X86 target is not configured, you likely need to filter out this directory somehow. Can you look into it quickly or revert temporarily?
> Reverted, Sorry about that!
Thanks!

(FYI: in general revert commit should mention the reason for the revert)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145220



More information about the llvm-commits mailing list