[all-commits] [llvm/llvm-project] efc30e: [InstCombine] update datalayout in test file; NFC

RotateRight via All-commits all-commits at lists.llvm.org
Wed Jul 15 11:12:42 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: efc30e591bb5a6e869fd8e084bd310ae516b0fae
      https://github.com/llvm/llvm-project/commit/efc30e591bb5a6e869fd8e084bd310ae516b0fae
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2020-07-15 (Wed, 15 Jul 2020)

  Changed paths:
    M llvm/test/Transforms/InstCombine/or.ll

  Log Message:
  -----------
  [InstCombine] update datalayout in test file; NFC

We need to specify legal integer widths to trigger PR46712,
so add those here. This doesn't appear to affect any existing
tests, and it's not clear why a datalayout would not include
any legal integer widths.

While here, change some variable names that include 'tmp' to
avoid warnings from the auto-generating script for CHECK lines.




More information about the All-commits mailing list