[PATCH] D109671: [AMDGPU] Add BFE pattern matches for constrained shifts.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 13 10:49:17 PDT 2021


arsenm added a comment.

Can we more generally just fold out and of 31 since the shifts ignore the high bits anyway?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109671



More information about the llvm-commits mailing list