[PATCH] D69715: NeonEmitter: change Type representation. NFC.
Tim Northover via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 6 02:04:38 PST 2019
t.p.northover closed this revision.
t.p.northover added a comment.
> I guess the extra checks are due to existing code "accidentally" doing the right thing?
Yep, they were helpful while I was in the process of converting (in the end I went via `AAAFloating` enumerators to make sure all uses were flushed out). And yes, diff showed no change in clang-tblgen output.
Anyway, thanks, committed as 9577ee84e6 <https://reviews.llvm.org/rG9577ee84e638530be7a310c9d50526a36e3c212e>.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69715/new/
https://reviews.llvm.org/D69715
More information about the cfe-commits
mailing list