[all-commits] [llvm/llvm-project] cc6b85: [MIRNamer]: Make the check lines in the test robus...
proaditya via All-commits
all-commits at lists.llvm.org
Sat Nov 16 23:01:37 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cc6b85390170725d2341416af2b2ab8ea6c25d83
https://github.com/llvm/llvm-project/commit/cc6b85390170725d2341416af2b2ab8ea6c25d83
Author: Aditya Nandakumar <aditya_nandakumar at apple.com>
Date: 2019-11-16 (Sat, 16 Nov 2019)
Changed paths:
M llvm/test/CodeGen/MIR/AArch64/mirCanonCopyCopyProp.mir
M llvm/test/CodeGen/MIR/AArch64/mirCanonIdempotent.mir
M llvm/test/CodeGen/MIR/AArch64/mirnamer.mir
M llvm/test/CodeGen/MIR/AMDGPU/mir-canon-multi.mir
Log Message:
-----------
[MIRNamer]: Make the check lines in the test robust with regex.
Previously we were checking for specific hashes. Make it check for
regexes.
Should fix failure caused by: 72768685567b
More information about the All-commits
mailing list