[PATCH] D82459: [AMDGPU] Make sure to fix implicit operands on insertBranch

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 24 06:59:27 PDT 2020


arsenm added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/insert-branch-w32.mir:1
+# RUN: llc -march=amdgcn -mcpu=gfx1010 -verify-machineinstrs -mattr=+wavefrontsize32,-wavefrontsize64 -run-pass branch-folder -o - %s | FileCheck %s
+
----------------
wave32 is the default so you don't need the mattr


================
Comment at: llvm/test/CodeGen/AMDGPU/insert-branch-w32.mir:27
+
+...
----------------
Can you also add a case where the undef needs to be preserved


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82459





More information about the llvm-commits mailing list