[PATCH] D60457: [CodeGen] Fixed de-optimization of legalize subvector extract

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 10 03:38:50 PDT 2019


arsenm added a comment.

Can you reduce the test further?



================
Comment at: test/CodeGen/AMDGPU/extract_subvector_vec4_vec3.ll:4
+; GCN-LABEL: body:
+; GCN-NOT: %stack
+
----------------
I wouldn’t trust this to check this, a generated check would be better


Repository:
  rL LLVM

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

https://reviews.llvm.org/D60457





More information about the llvm-commits mailing list