[PATCH] D77152: [SelectionDAG] Better legalization for FSHL and FSHR

dmajor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 24 08:59:55 PDT 2020


dmajor added a comment.

We're seeing a break in the Firefox build after this change:

  WidenVectorResult #0: t29: v2i32 = rotl t25, t28, /builds/worker/checkouts/gecko/gfx/angle/checkout/src/image_util/loadimage.cpp:640
  
  Do not know how to widen the result of this operator!

The reproducers are available from the upper-left pane of https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=313707074&repo=try&lineNumber=14721 if you click "Show Job Info".

Will this be covered by one of the existing followups?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77152



More information about the llvm-commits mailing list