[PATCH] D88392: [M68k] (Patch 6/8) IR Tests
    Renato Golin via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Dec 18 04:08:01 PST 2020
    
    
  
rengolin accepted this revision.
rengolin added a comment.
This revision is now accepted and ready to land.
This LGTM now, thanks!
I agree with Simon that using the default `CHECK` in FileCheck is more common and easier to read than `x00-NEXT`.
However, I imagine this is like that because there would be other tests, for other sub-architectures (x10, x20, ...) that would be tested on the same file and therefore would need special CHECK lines on their own.
If that's true, than it should be fine to keep it like this for now, even if there's only one. Otherwise, you'd have to regex-replace all files now, and then later again, which is wasteful.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88392/new/
https://reviews.llvm.org/D88392
    
    
More information about the llvm-commits
mailing list