[PATCH] D32186: CodeGen: Add a hook for getFenceOperandTy

Yaxun Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 19 10:49:16 PDT 2017


yaxunl added a comment.

In https://reviews.llvm.org/D32186#730742, @arsenm wrote:

> Alternatively could these just be made i32 target constants for all targets?


It requires changes lowering of ATOMIC_FENCE in several backends. I am not sure if those backends like this change.


https://reviews.llvm.org/D32186





More information about the llvm-commits mailing list