[PATCH] D52080: [ARM] Cleanup ARM CGP isSupportedValue

Volodymyr Sapsai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 17 14:44:13 PDT 2018


vsapsai added a comment.

Looks like this changed causes errors in backend in stage 2 on Apple platforms

  Argument value type does not match pointer operand type!
    %0 = atomicrmw volatile xchg i8* %_Value1, i32 1 monotonic, !dbg !26
   i8in function atomic_flag_test_and_set
  fatal error: error in backend: Broken function found, compilation aborted!

Will provide more details shortly.


Repository:
  rL LLVM

https://reviews.llvm.org/D52080





More information about the llvm-commits mailing list