[PATCH] D48047: [AMDGPU] findMaskOperands() - prevent hitting Assertion `isReg() && "Wrong MachineOperand accessor"'

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 11 13:30:31 PDT 2018


arsenm added inline comments.


================
Comment at: test/CodeGen/AMDGPU/si-lower-control-flow.mir:1
+# REQUIRES: asserts
+# RUN: llc -mtriple=amdgcn-amd-amdhsa-amdgizcl -run-pass=si-lower-control-flow -verify-machineinstrs %s -o - | FileCheck -check-prefixes=GCN %s
----------------
Nothing about this requires asserts?


https://reviews.llvm.org/D48047





More information about the llvm-commits mailing list