[all-commits] [llvm/llvm-project] 740e69: Fix assert to use getTypeStoreSize instead of getP...
James Y Knight via All-commits
all-commits at lists.llvm.org
Fri Feb 26 08:08:31 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 740e69b6fdc2b1415065f3d20acc4d10a73edb00
https://github.com/llvm/llvm-project/commit/740e69b6fdc2b1415065f3d20acc4d10a73edb00
Author: James Y Knight <jyknight at google.com>
Date: 2021-02-26 (Fri, 26 Feb 2021)
Changed paths:
M llvm/lib/CodeGen/AtomicExpandPass.cpp
Log Message:
-----------
Fix assert to use getTypeStoreSize instead of getPrimitiveSizeInBits,
per comment on D97223.
More information about the All-commits
mailing list