[PATCH] D59717: AMDGPU: Ignore SRAM ECC feature when inlining

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 22 14:19:09 PDT 2019


arsenm added a comment.

Non ECC functions can safely call ECC functions, but not the other way around. Can you add tests for both directions?


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

https://reviews.llvm.org/D59717





More information about the llvm-commits mailing list