[llvm] r190665 - AArch64: use RegisterOperand for NEON registers.

Tim Northover t.p.northover at gmail.com
Mon Sep 16 07:24:29 PDT 2013


> AArch64: use RegisterOperand for NEON registers.

This seems to have broken the ASAN bot.
http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-bootstrap.

I think it's non-determinism due to TableGen's AsmMatcher sorting by
pointer and I'm tracking it down. But if anyone gets annoyed feel free
to revert the patch until I can put it in place with a fixed TableGen.

Tim.



More information about the llvm-commits mailing list