[PATCH] D33455: [AMDGPU] Combine and (srl) into shl (bfe)

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 23 12:04:06 PDT 2017


arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.

LGTM bu the other test would be good



================
Comment at: test/CodeGen/AMDGPU/bfe-combine.ll:1
+; RUN: llc -march=amdgcn -mcpu=fiji < %s | FileCheck --check-prefix=GCN %s
+
----------------
Should have a check for a target without SDWA showing this doesn't happen


Repository:
  rL LLVM

https://reviews.llvm.org/D33455





More information about the llvm-commits mailing list