================ ---------------- banach-space wrote:
Note, you can safely skip `-NEXT` in `CHECK` directives. That's primarily because we are using LIT variables (e.g. `TMP1`) and those basically dictate the order of instructions. We don't really verify whether there are any other instructions in between - the actual output can be noise (as you observe in your [comment](https://github.com/llvm/llvm-project/pull/187516#issuecomment-4102797668)). https://github.com/llvm/llvm-project/pull/187516 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
