[PATCH] D71475: [WIP][OPENMP] Try to fix linear clause crash by emitting alloca for step

Chi Chun Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 19 14:21:20 PST 2019


cchen added a comment.

In D71475#1788187 <https://reviews.llvm.org/D71475#1788187>, @ABataev wrote:

> The fixed patch. Several codegen tests require some adjustment.


@Abataev, thanks for the reply. However, for adjusting the codegen, I found it really hard to update the tests by reading the diagnostic message. Can I refactor the test a bit (like separate each openmp portion to be CK1, CK2...) so that I can modify the test easier.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71475





More information about the cfe-commits mailing list