[all-commits] [llvm/llvm-project] b76bbc: Verifier: Check bswap is supported size
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Sun Mar 22 09:15:32 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b76bbcc60db6cd7d42bf46f2fcdc6784250554d7
https://github.com/llvm/llvm-project/commit/b76bbcc60db6cd7d42bf46f2fcdc6784250554d7
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-03-22 (Sun, 22 Mar 2020)
Changed paths:
M llvm/lib/IR/Verifier.cpp
A llvm/test/Verifier/bswap.ll
Log Message:
-----------
Verifier: Check bswap is supported size
Make sure it is a multiple of 2 bytes as specified in the LangRef.
More information about the All-commits
mailing list