[all-commits] [llvm/llvm-project] 34b467: [InstCombine] avoid 'tmp' variable name in tests; NFC
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Thu Nov 24 09:22:58 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 34b4672f92d2a3dc7032f2babb8a3da9653f933f
https://github.com/llvm/llvm-project/commit/34b4672f92d2a3dc7032f2babb8a3da9653f933f
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-11-24 (Thu, 24 Nov 2022)
Changed paths:
M llvm/test/Transforms/InstCombine/bitcast-inseltpoison.ll
M llvm/test/Transforms/InstCombine/bitcast.ll
Log Message:
-----------
[InstCombine] avoid 'tmp' variable name in tests; NFC
The auto-generation script warns on these files because
of the potential to conflict with the scripted regex names.
More information about the All-commits
mailing list