[PATCH] D37081: [TargetParser][AArch64] Add support for RDM feature in the target parser.
Chad Rosier via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 24 06:26:08 PDT 2017
mcrosier marked 2 inline comments as done.
mcrosier added inline comments.
================
Comment at: unittests/Support/TargetParserTest.cpp:845
{"profile", "noprofile", "+spe", "-spe"},
{"ras", "noras", "+ras", "-ras"},
{"sve", "nosve", "+sve", "-sve"},
----------------
samparker wrote:
> and here.
I also added the missing LSE test.
https://reviews.llvm.org/D37081
More information about the llvm-commits
mailing list