[PATCH] D122513: [analyzer] Fix "RhsLoc and LhsLoc bitwidth must be same"

Vince Bridgers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 29 15:07:07 PDT 2022


vabridgers marked an inline comment as done.
vabridgers added inline comments.


================
Comment at: clang/test/Analysis/addrspace-null.c:19
+
+#if defined(AMDGCN)
+// this crashes
----------------
NoQ wrote:
> Shouldn't this be `AMDGCN_TRIPLE`?
fixed, thank you.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122513



More information about the cfe-commits mailing list